Shades of Turtle Green #3B3B14
Tints of Turtle Green #3B3B14
RGB
CMYK
RGB Variations
Color information
#3B3B14 (or 0x3B3B14) is known color: Turtle Green. HEX triplet: 3B, 3B and 14. RGB value is (59,59,20). Sum of RGB (Red+Green+Blue) = 59+59+20=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 59 - color contains mainly: red, green. Hex color #3B3B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3B14 is #C4C4EB. Grayscale: #363636. Windows color (decimal): -12895468 or 1325883. OLE color: 1325883.
HSL color Cylindrical-coordinate representation of color #3B3B14: hue angle of 60º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3B14 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 59 | 20 | - |
| CMYK | 0 | 0 | 0.66 | 0.77 |
| HSL | 60º | 0.49% | 0.15% | - |
| HSV(B) | 60º | 0.66% | 0.23% | - |
| XYZ | 3.49 | 4.11 | 1.27 | - |
| YUV | 54.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 59 | 20 | 0 | 0 | 0.66 | 0.77 | 60 | 0.49 | 0.15 |
| Hex | 3B | 3B | 14 | 0 | 0 | 42 | 4D | 3C | 31 | F |
| Octal | 73 | 73 | 24 | 0 | 0 | 102 | 115 | 74 | 61 | 17 |
| Binary | 111011 | 111011 | 10100 | 0 | 0 | 1000010 | 1001101 | 111100 | 110001 | 1111 |
Color Harmonies of #3B3B14
Complementary color
Monochromatic Colors of #3B3B14
Black with #3B3B14
Text Example
Text Example
White with #3B3B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3B14; }
p { color: rgb(59,59,20); }
H1.HeaderClassName
{
color: #3B3B14;
}
.AnyTagClassName
{
color: #3B3B14;
}
</style>
background-color css
<style>
a { background-color: #3B3B14; }
a { background-color: rgb(59,59,20); }
div.DivClassName
{
background-color: #3B3B14;
}
.BgClassName
{
background-color: #3B3B14;
}
</style>
border-color css
<style>
span { border-color: #3B3B14; }
span { border-color: rgb(59,59,20); }
td.TdClassName
{
border-color: #3B3B14;
}
.TagClassName
{
border-color: #3B3B14;
}
</style>