Shades of Turtle Green #3B4012
Tints of Turtle Green #3B4012
RGB
CMYK
RGB Variations
Color information
#3B4012 (or 0x3B4012) is known color: Turtle Green. HEX triplet: 3B, 40 and 12. RGB value is (59,64,18). Sum of RGB (Red+Green+Blue) = 59+64+18=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4012 is #C4BFED. Grayscale: #393939. Windows color (decimal): -12894190 or 1196091. OLE color: 1196091.
HSL color Cylindrical-coordinate representation of color #3B4012: hue angle of 66.52º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B4012 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 18 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.75 |
| HSL | 66.52º | 0.56% | 0.16% | - |
| HSV(B) | 66.52º | 0.72% | 0.25% | - |
| XYZ | 3.75 | 4.64 | 1.27 | - |
| YUV | 57.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 18 | 0.08 | 0 | 0.72 | 0.75 | 66.52 | 0.56 | 0.16 |
| Hex | 3B | 40 | 12 | 8 | 0 | 48 | 4B | 43 | 38 | 10 |
| Octal | 73 | 100 | 22 | 10 | 0 | 110 | 113 | 103 | 70 | 20 |
| Binary | 111011 | 1000000 | 10010 | 1000 | 0 | 1001000 | 1001011 | 1000011 | 111000 | 10000 |
Color Harmonies of #3B4012
Complementary color
Monochromatic Colors of #3B4012
Black with #3B4012
Text Example
Text Example
White with #3B4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4012; }
p { color: rgb(59,64,18); }
H1.HeaderClassName
{
color: #3B4012;
}
.AnyTagClassName
{
color: #3B4012;
}
</style>
background-color css
<style>
a { background-color: #3B4012; }
a { background-color: rgb(59,64,18); }
div.DivClassName
{
background-color: #3B4012;
}
.BgClassName
{
background-color: #3B4012;
}
</style>
border-color css
<style>
span { border-color: #3B4012; }
span { border-color: rgb(59,64,18); }
td.TdClassName
{
border-color: #3B4012;
}
.TagClassName
{
border-color: #3B4012;
}
</style>