Shades of Turtle Green #3E450F
Tints of Turtle Green #3E450F
RGB
CMYK
RGB Variations
Color information
#3E450F (or 0x3E450F) is known color: Turtle Green. HEX triplet: 3E, 45 and 0F. RGB value is (62,69,15). Sum of RGB (Red+Green+Blue) = 62+69+15=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #3E450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E450F is #C1BAF0. Grayscale: #3C3C3C. Windows color (decimal): -12696305 or 1000766. OLE color: 1000766.
HSL color Cylindrical-coordinate representation of color #3E450F: hue angle of 67.78º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E450F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 15 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.73 |
| HSL | 67.78º | 0.64% | 0.16% | - |
| HSV(B) | 67.78º | 0.78% | 0.27% | - |
| XYZ | 4.2 | 5.31 | 1.26 | - |
| YUV | 60.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 15 | 0.10 | 0 | 0.78 | 0.73 | 67.78 | 0.64 | 0.16 |
| Hex | 3E | 45 | F | A | 0 | 4E | 49 | 44 | 40 | 10 |
| Octal | 76 | 105 | 17 | 12 | 0 | 116 | 111 | 104 | 100 | 20 |
| Binary | 111110 | 1000101 | 1111 | 1010 | 0 | 1001110 | 1001001 | 1000100 | 1000000 | 10000 |
Color Harmonies of #3E450F
Complementary color
Monochromatic Colors of #3E450F
Black with #3E450F
Text Example
Text Example
White with #3E450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E450F; }
p { color: rgb(62,69,15); }
H1.HeaderClassName
{
color: #3E450F;
}
.AnyTagClassName
{
color: #3E450F;
}
</style>
background-color css
<style>
a { background-color: #3E450F; }
a { background-color: rgb(62,69,15); }
div.DivClassName
{
background-color: #3E450F;
}
.BgClassName
{
background-color: #3E450F;
}
</style>
border-color css
<style>
span { border-color: #3E450F; }
span { border-color: rgb(62,69,15); }
td.TdClassName
{
border-color: #3E450F;
}
.TagClassName
{
border-color: #3E450F;
}
</style>