Shades of Turtle Green #3B4204
Tints of Turtle Green #3B4204
RGB
CMYK
RGB Variations
Color information
#3B4204 (or 0x3B4204) is known color: Turtle Green. HEX triplet: 3B, 42 and 04. RGB value is (59,66,4). Sum of RGB (Red+Green+Blue) = 59+66+4=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4204 is #C4BDFB. Grayscale: #393939. Windows color (decimal): -12893692 or 279099. OLE color: 279099.
HSL color Cylindrical-coordinate representation of color #3B4204: hue angle of 66.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B4204 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 4 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.74 |
| HSL | 66.77º | 0.89% | 0.14% | - |
| HSV(B) | 66.77º | 0.94% | 0.26% | - |
| XYZ | 3.77 | 4.84 | 0.85 | - |
| YUV | 56.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 4 | 0.11 | 0 | 0.94 | 0.74 | 66.77 | 0.89 | 0.14 |
| Hex | 3B | 42 | 4 | B | 0 | 5E | 4A | 43 | 59 | E |
| Octal | 73 | 102 | 4 | 13 | 0 | 136 | 112 | 103 | 131 | 16 |
| Binary | 111011 | 1000010 | 100 | 1011 | 0 | 1011110 | 1001010 | 1000011 | 1011001 | 1110 |
Color Harmonies of #3B4204
Complementary color
Monochromatic Colors of #3B4204
Black with #3B4204
Text Example
Text Example
White with #3B4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4204; }
p { color: rgb(59,66,4); }
H1.HeaderClassName
{
color: #3B4204;
}
.AnyTagClassName
{
color: #3B4204;
}
</style>
background-color css
<style>
a { background-color: #3B4204; }
a { background-color: rgb(59,66,4); }
div.DivClassName
{
background-color: #3B4204;
}
.BgClassName
{
background-color: #3B4204;
}
</style>
border-color css
<style>
span { border-color: #3B4204; }
span { border-color: rgb(59,66,4); }
td.TdClassName
{
border-color: #3B4204;
}
.TagClassName
{
border-color: #3B4204;
}
</style>