Shades of Turtle Green #3B3904
Tints of Turtle Green #3B3904
RGB
CMYK
RGB Variations
Color information
#3B3904 (or 0x3B3904) is known color: Turtle Green. HEX triplet: 3B, 39 and 04. RGB value is (59,57,4). Sum of RGB (Red+Green+Blue) = 59+57+4=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3904 is #C4C6FB. Grayscale: #333333. Windows color (decimal): -12895996 or 276795. OLE color: 276795.
HSL color Cylindrical-coordinate representation of color #3B3904: hue angle of 57.82º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B3904 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 4 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.77 |
| HSL | 57.82º | 0.87% | 0.12% | - |
| HSV(B) | 57.82º | 0.93% | 0.23% | - |
| XYZ | 3.29 | 3.86 | 0.69 | - |
| YUV | 51.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 4 | 0 | 0.03 | 0.93 | 0.77 | 57.82 | 0.87 | 0.12 |
| Hex | 3B | 39 | 4 | 0 | 3 | 5D | 4D | 3A | 57 | C |
| Octal | 73 | 71 | 4 | 0 | 3 | 135 | 115 | 72 | 127 | 14 |
| Binary | 111011 | 111001 | 100 | 0 | 11 | 1011101 | 1001101 | 111010 | 1010111 | 1100 |
Color Harmonies of #3B3904
Complementary color
Monochromatic Colors of #3B3904
Black with #3B3904
Text Example
Text Example
White with #3B3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3904; }
p { color: rgb(59,57,4); }
H1.HeaderClassName
{
color: #3B3904;
}
.AnyTagClassName
{
color: #3B3904;
}
</style>
background-color css
<style>
a { background-color: #3B3904; }
a { background-color: rgb(59,57,4); }
div.DivClassName
{
background-color: #3B3904;
}
.BgClassName
{
background-color: #3B3904;
}
</style>
border-color css
<style>
span { border-color: #3B3904; }
span { border-color: rgb(59,57,4); }
td.TdClassName
{
border-color: #3B3904;
}
.TagClassName
{
border-color: #3B3904;
}
</style>