Shades of Turtle Green #3B4212
Tints of Turtle Green #3B4212
RGB
CMYK
RGB Variations
Color information
#3B4212 (or 0x3B4212) is known color: Turtle Green. HEX triplet: 3B, 42 and 12. RGB value is (59,66,18). Sum of RGB (Red+Green+Blue) = 59+66+18=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4212 is #C4BDED. Grayscale: #3A3A3A. Windows color (decimal): -12893678 or 1196603. OLE color: 1196603.
HSL color Cylindrical-coordinate representation of color #3B4212: hue angle of 68.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B4212 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 18 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.74 |
| HSL | 68.75º | 0.57% | 0.16% | - |
| HSV(B) | 68.75º | 0.73% | 0.26% | - |
| XYZ | 3.86 | 4.87 | 1.31 | - |
| YUV | 58.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 18 | 0.11 | 0 | 0.73 | 0.74 | 68.75 | 0.57 | 0.16 |
| Hex | 3B | 42 | 12 | B | 0 | 49 | 4A | 45 | 39 | 10 |
| Octal | 73 | 102 | 22 | 13 | 0 | 111 | 112 | 105 | 71 | 20 |
| Binary | 111011 | 1000010 | 10010 | 1011 | 0 | 1001001 | 1001010 | 1000101 | 111001 | 10000 |
Color Harmonies of #3B4212
Complementary color
Monochromatic Colors of #3B4212
Black with #3B4212
Text Example
Text Example
White with #3B4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4212; }
p { color: rgb(59,66,18); }
H1.HeaderClassName
{
color: #3B4212;
}
.AnyTagClassName
{
color: #3B4212;
}
</style>
background-color css
<style>
a { background-color: #3B4212; }
a { background-color: rgb(59,66,18); }
div.DivClassName
{
background-color: #3B4212;
}
.BgClassName
{
background-color: #3B4212;
}
</style>
border-color css
<style>
span { border-color: #3B4212; }
span { border-color: rgb(59,66,18); }
td.TdClassName
{
border-color: #3B4212;
}
.TagClassName
{
border-color: #3B4212;
}
</style>