Shades of Turtle Green #3B3E10
Tints of Turtle Green #3B3E10
RGB
CMYK
RGB Variations
Color information
#3B3E10 (or 0x3B3E10) is known color: Turtle Green. HEX triplet: 3B, 3E and 10. RGB value is (59,62,16). Sum of RGB (Red+Green+Blue) = 59+62+16=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3E10 is #C4C1EF. Grayscale: #383838. Windows color (decimal): -12894704 or 1064507. OLE color: 1064507.
HSL color Cylindrical-coordinate representation of color #3B3E10: hue angle of 63.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B3E10 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 62 | 16 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.76 |
| HSL | 63.91º | 0.59% | 0.15% | - |
| HSV(B) | 63.91º | 0.74% | 0.24% | - |
| XYZ | 3.62 | 4.41 | 1.15 | - |
| YUV | 55.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 16 | 0.05 | 0 | 0.74 | 0.76 | 63.91 | 0.59 | 0.15 |
| Hex | 3B | 3E | 10 | 5 | 0 | 4A | 4C | 40 | 3B | F |
| Octal | 73 | 76 | 20 | 5 | 0 | 112 | 114 | 100 | 73 | 17 |
| Binary | 111011 | 111110 | 10000 | 101 | 0 | 1001010 | 1001100 | 1000000 | 111011 | 1111 |
Color Harmonies of #3B3E10
Complementary color
Monochromatic Colors of #3B3E10
Black with #3B3E10
Text Example
Text Example
White with #3B3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E10; }
p { color: rgb(59,62,16); }
H1.HeaderClassName
{
color: #3B3E10;
}
.AnyTagClassName
{
color: #3B3E10;
}
</style>
background-color css
<style>
a { background-color: #3B3E10; }
a { background-color: rgb(59,62,16); }
div.DivClassName
{
background-color: #3B3E10;
}
.BgClassName
{
background-color: #3B3E10;
}
</style>
border-color css
<style>
span { border-color: #3B3E10; }
span { border-color: rgb(59,62,16); }
td.TdClassName
{
border-color: #3B3E10;
}
.TagClassName
{
border-color: #3B3E10;
}
</style>