Shades of Turtle Green #3E3D10
Tints of Turtle Green #3E3D10
RGB
CMYK
RGB Variations
Color information
#3E3D10 (or 0x3E3D10) is known color: Turtle Green. HEX triplet: 3E, 3D and 10. RGB value is (62,61,16). Sum of RGB (Red+Green+Blue) = 62+61+16=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3D10 is #C1C2EF. Grayscale: #383838. Windows color (decimal): -12698352 or 1064254. OLE color: 1064254.
HSL color Cylindrical-coordinate representation of color #3E3D10: hue angle of 58.7º 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 #3E3D10 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 61 | 16 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.76 |
| HSL | 58.7º | 0.59% | 0.15% | - |
| HSV(B) | 58.7º | 0.74% | 0.24% | - |
| XYZ | 3.75 | 4.4 | 1.14 | - |
| YUV | 56.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 16 | 0 | 0.02 | 0.74 | 0.76 | 58.7 | 0.59 | 0.15 |
| Hex | 3E | 3D | 10 | 0 | 2 | 4A | 4C | 3B | 3B | F |
| Octal | 76 | 75 | 20 | 0 | 2 | 112 | 114 | 73 | 73 | 17 |
| Binary | 111110 | 111101 | 10000 | 0 | 10 | 1001010 | 1001100 | 111011 | 111011 | 1111 |
Color Harmonies of #3E3D10
Complementary color
Monochromatic Colors of #3E3D10
Black with #3E3D10
Text Example
Text Example
White with #3E3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D10; }
p { color: rgb(62,61,16); }
H1.HeaderClassName
{
color: #3E3D10;
}
.AnyTagClassName
{
color: #3E3D10;
}
</style>
background-color css
<style>
a { background-color: #3E3D10; }
a { background-color: rgb(62,61,16); }
div.DivClassName
{
background-color: #3E3D10;
}
.BgClassName
{
background-color: #3E3D10;
}
</style>
border-color css
<style>
span { border-color: #3E3D10; }
span { border-color: rgb(62,61,16); }
td.TdClassName
{
border-color: #3E3D10;
}
.TagClassName
{
border-color: #3E3D10;
}
</style>