Shades of Turtle Green #3B3C14
Tints of Turtle Green #3B3C14
RGB
CMYK
RGB Variations
Color information
#3B3C14 (or 0x3B3C14) is known color: Turtle Green. HEX triplet: 3B, 3C and 14. RGB value is (59,60,20). Sum of RGB (Red+Green+Blue) = 59+60+20=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3C14 is #C4C3EB. Grayscale: #373737. Windows color (decimal): -12895212 or 1326139. OLE color: 1326139.
HSL color Cylindrical-coordinate representation of color #3B3C14: hue angle of 61.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B3C14 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 60 | 20 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.76 |
| HSL | 61.5º | 0.5% | 0.16% | - |
| HSV(B) | 61.5º | 0.67% | 0.24% | - |
| XYZ | 3.55 | 4.21 | 1.29 | - |
| YUV | 55.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 20 | 0.02 | 0 | 0.67 | 0.76 | 61.5 | 0.5 | 0.16 |
| Hex | 3B | 3C | 14 | 2 | 0 | 43 | 4C | 3E | 32 | 10 |
| Octal | 73 | 74 | 24 | 2 | 0 | 103 | 114 | 76 | 62 | 20 |
| Binary | 111011 | 111100 | 10100 | 10 | 0 | 1000011 | 1001100 | 111110 | 110010 | 10000 |
Color Harmonies of #3B3C14
Complementary color
Monochromatic Colors of #3B3C14
Black with #3B3C14
Text Example
Text Example
White with #3B3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C14; }
p { color: rgb(59,60,20); }
H1.HeaderClassName
{
color: #3B3C14;
}
.AnyTagClassName
{
color: #3B3C14;
}
</style>
background-color css
<style>
a { background-color: #3B3C14; }
a { background-color: rgb(59,60,20); }
div.DivClassName
{
background-color: #3B3C14;
}
.BgClassName
{
background-color: #3B3C14;
}
</style>
border-color css
<style>
span { border-color: #3B3C14; }
span { border-color: rgb(59,60,20); }
td.TdClassName
{
border-color: #3B3C14;
}
.TagClassName
{
border-color: #3B3C14;
}
</style>