Shades of Turtle Green #3B3F14
Tints of Turtle Green #3B3F14
RGB
CMYK
RGB Variations
Color information
#3B3F14 (or 0x3B3F14) is known color: Turtle Green. HEX triplet: 3B, 3F and 14. RGB value is (59,63,20). Sum of RGB (Red+Green+Blue) = 59+63+20=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3F14 is #C4C0EB. Grayscale: #393939. Windows color (decimal): -12894444 or 1326907. OLE color: 1326907.
HSL color Cylindrical-coordinate representation of color #3B3F14: hue angle of 65.58º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B3F14 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 63 | 20 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.75 |
| HSL | 65.58º | 0.52% | 0.16% | - |
| HSV(B) | 65.58º | 0.68% | 0.25% | - |
| XYZ | 3.71 | 4.54 | 1.34 | - |
| YUV | 56.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 20 | 0.06 | 0 | 0.68 | 0.75 | 65.58 | 0.52 | 0.16 |
| Hex | 3B | 3F | 14 | 6 | 0 | 44 | 4B | 42 | 34 | 10 |
| Octal | 73 | 77 | 24 | 6 | 0 | 104 | 113 | 102 | 64 | 20 |
| Binary | 111011 | 111111 | 10100 | 110 | 0 | 1000100 | 1001011 | 1000010 | 110100 | 10000 |
Color Harmonies of #3B3F14
Complementary color
Monochromatic Colors of #3B3F14
Black with #3B3F14
Text Example
Text Example
White with #3B3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F14; }
p { color: rgb(59,63,20); }
H1.HeaderClassName
{
color: #3B3F14;
}
.AnyTagClassName
{
color: #3B3F14;
}
</style>
background-color css
<style>
a { background-color: #3B3F14; }
a { background-color: rgb(59,63,20); }
div.DivClassName
{
background-color: #3B3F14;
}
.BgClassName
{
background-color: #3B3F14;
}
</style>
border-color css
<style>
span { border-color: #3B3F14; }
span { border-color: rgb(59,63,20); }
td.TdClassName
{
border-color: #3B3F14;
}
.TagClassName
{
border-color: #3B3F14;
}
</style>