Shades of Turtle Green #3E451C
Tints of Turtle Green #3E451C
RGB
CMYK
RGB Variations
Color information
#3E451C (or 0x3E451C) is known color: Turtle Green. HEX triplet: 3E, 45 and 1C. RGB value is (62,69,28). Sum of RGB (Red+Green+Blue) = 62+69+28=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #3E451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E451C is #C1BAE3. Grayscale: #3E3E3E. Windows color (decimal): -12696292 or 1852734. OLE color: 1852734.
HSL color Cylindrical-coordinate representation of color #3E451C: hue angle of 70.24º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E451C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 28 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.73 |
| HSL | 70.24º | 0.42% | 0.19% | - |
| HSV(B) | 70.24º | 0.59% | 0.27% | - |
| XYZ | 4.32 | 5.36 | 1.91 | - |
| YUV | 62.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 28 | 0.10 | 0 | 0.59 | 0.73 | 70.24 | 0.42 | 0.19 |
| Hex | 3E | 45 | 1C | A | 0 | 3B | 49 | 46 | 2A | 13 |
| Octal | 76 | 105 | 34 | 12 | 0 | 73 | 111 | 106 | 52 | 23 |
| Binary | 111110 | 1000101 | 11100 | 1010 | 0 | 111011 | 1001001 | 1000110 | 101010 | 10011 |
Color Harmonies of #3E451C
Complementary color
Monochromatic Colors of #3E451C
Black with #3E451C
Text Example
Text Example
White with #3E451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E451C; }
p { color: rgb(62,69,28); }
H1.HeaderClassName
{
color: #3E451C;
}
.AnyTagClassName
{
color: #3E451C;
}
</style>
background-color css
<style>
a { background-color: #3E451C; }
a { background-color: rgb(62,69,28); }
div.DivClassName
{
background-color: #3E451C;
}
.BgClassName
{
background-color: #3E451C;
}
</style>
border-color css
<style>
span { border-color: #3E451C; }
span { border-color: rgb(62,69,28); }
td.TdClassName
{
border-color: #3E451C;
}
.TagClassName
{
border-color: #3E451C;
}
</style>