Shades of Turtle Green #3B3902
Tints of Turtle Green #3B3902
RGB
CMYK
RGB Variations
Color information
#3B3902 (or 0x3B3902) is known color: Turtle Green. HEX triplet: 3B, 39 and 02. RGB value is (59,57,2). Sum of RGB (Red+Green+Blue) = 59+57+2=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3902 is #C4C6FD. Grayscale: #333333. Windows color (decimal): -12895998 or 145723. OLE color: 145723.
HSL color Cylindrical-coordinate representation of color #3B3902: hue angle of 57.89º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B3902 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.77 |
| HSL | 57.89º | 0.93% | 0.12% | - |
| HSV(B) | 57.89º | 0.97% | 0.23% | - |
| XYZ | 3.28 | 3.86 | 0.63 | - |
| YUV | 51.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 2 | 0 | 0.03 | 0.97 | 0.77 | 57.89 | 0.93 | 0.12 |
| Hex | 3B | 39 | 2 | 0 | 3 | 61 | 4D | 3A | 5D | C |
| Octal | 73 | 71 | 2 | 0 | 3 | 141 | 115 | 72 | 135 | 14 |
| Binary | 111011 | 111001 | 10 | 0 | 11 | 1100001 | 1001101 | 111010 | 1011101 | 1100 |
Color Harmonies of #3B3902
Complementary color
Monochromatic Colors of #3B3902
Black with #3B3902
Text Example
Text Example
White with #3B3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3902; }
p { color: rgb(59,57,2); }
H1.HeaderClassName
{
color: #3B3902;
}
.AnyTagClassName
{
color: #3B3902;
}
</style>
background-color css
<style>
a { background-color: #3B3902; }
a { background-color: rgb(59,57,2); }
div.DivClassName
{
background-color: #3B3902;
}
.BgClassName
{
background-color: #3B3902;
}
</style>
border-color css
<style>
span { border-color: #3B3902; }
span { border-color: rgb(59,57,2); }
td.TdClassName
{
border-color: #3B3902;
}
.TagClassName
{
border-color: #3B3902;
}
</style>