Shades of Turtle Green #3E3D0E
Tints of Turtle Green #3E3D0E
RGB
CMYK
RGB Variations
Color information
#3E3D0E (or 0x3E3D0E) is known color: Turtle Green. HEX triplet: 3E, 3D and 0E. RGB value is (62,61,14). Sum of RGB (Red+Green+Blue) = 62+61+14=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3D0E is #C1C2F1. Grayscale: #383838. Windows color (decimal): -12698354 or 933182. OLE color: 933182.
HSL color Cylindrical-coordinate representation of color #3E3D0E: hue angle of 58.75º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E3D0E is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 61 | 14 | - |
CMYK | 0 | 0.02 | 0.77 | 0.76 |
HSL | 58.75º | 0.63% | 0.15% | - |
HSV(B) | 58.75º | 0.77% | 0.24% | - |
XYZ | 3.73 | 4.39 | 1.07 | - |
YUV | 55.94 | 104.33 | 132.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 61 | 14 | 0 | 0.02 | 0.77 | 0.76 | 58.75 | 0.63 | 0.15 |
Hex | 3E | 3D | E | 0 | 2 | 4D | 4C | 3B | 3F | F |
Octal | 76 | 75 | 16 | 0 | 2 | 115 | 114 | 73 | 77 | 17 |
Binary | 111110 | 111101 | 1110 | 0 | 10 | 1001101 | 1001100 | 111011 | 111111 | 1111 |
Color Harmonies of #3E3D0E
Complementary color
Monochromatic Colors of #3E3D0E
Black with #3E3D0E
Text Example
Text Example
White with #3E3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D0E; }
p { color: rgb(62,61,14); }
H1.HeaderClassName
{
color: #3E3D0E;
}
.AnyTagClassName
{
color: #3E3D0E;
}
</style>
background-color css
<style>
a { background-color: #3E3D0E; }
a { background-color: rgb(62,61,14); }
div.DivClassName
{
background-color: #3E3D0E;
}
.BgClassName
{
background-color: #3E3D0E;
}
</style>
border-color css
<style>
span { border-color: #3E3D0E; }
span { border-color: rgb(62,61,14); }
td.TdClassName
{
border-color: #3E3D0E;
}
.TagClassName
{
border-color: #3E3D0E;
}
</style>