Shades of Turtle Green #3E3D00
Tints of Turtle Green #3E3D00
RGB
CMYK
RGB Variations
Color information
#3E3D00 (or 0x3E3D00) is known color: Turtle Green. HEX triplet: 3E, 3D and 00. RGB value is (62,61,0). Sum of RGB (Red+Green+Blue) = 62+61+0=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3D00 is #C1C2FF. Grayscale: #363636. Windows color (decimal): -12698368 or 15678. OLE color: 15678.
HSL color Cylindrical-coordinate representation of color #3E3D00: hue angle of 59.03º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E3D00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 61 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.76 |
| HSL | 59.03º | 1% | 0.12% | - |
| HSV(B) | 59.03º | 1% | 0.24% | - |
| XYZ | 3.66 | 4.36 | 0.65 | - |
| YUV | 54.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 0 | 0 | 0.02 | 1 | 0.76 | 59.03 | 1 | 0.12 |
| Hex | 3E | 3D | 0 | 0 | 2 | 64 | 4C | 3B | 64 | C |
| Octal | 76 | 75 | 0 | 0 | 2 | 144 | 114 | 73 | 144 | 14 |
| Binary | 111110 | 111101 | 0 | 0 | 10 | 1100100 | 1001100 | 111011 | 1100100 | 1100 |
Color Harmonies of #3E3D00
Complementary color
Monochromatic Colors of #3E3D00
Black with #3E3D00
Text Example
Text Example
White with #3E3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D00; }
p { color: rgb(62,61,0); }
H1.HeaderClassName
{
color: #3E3D00;
}
.AnyTagClassName
{
color: #3E3D00;
}
</style>
background-color css
<style>
a { background-color: #3E3D00; }
a { background-color: rgb(62,61,0); }
div.DivClassName
{
background-color: #3E3D00;
}
.BgClassName
{
background-color: #3E3D00;
}
</style>
border-color css
<style>
span { border-color: #3E3D00; }
span { border-color: rgb(62,61,0); }
td.TdClassName
{
border-color: #3E3D00;
}
.TagClassName
{
border-color: #3E3D00;
}
</style>