Shades of Turtle Green #3E431D
Tints of Turtle Green #3E431D
RGB
CMYK
RGB Variations
Color information
#3E431D (or 0x3E431D) is known color: Turtle Green. HEX triplet: 3E, 43 and 1D. RGB value is (62,67,29). Sum of RGB (Red+Green+Blue) = 62+67+29=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #3E431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E431D is #C1BCE2. Grayscale: #3D3D3D. Windows color (decimal): -12696803 or 1917758. OLE color: 1917758.
HSL color Cylindrical-coordinate representation of color #3E431D: hue angle of 67.89º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E431D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 29 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.74 |
| HSL | 67.89º | 0.4% | 0.19% | - |
| HSV(B) | 67.89º | 0.57% | 0.26% | - |
| XYZ | 4.22 | 5.13 | 1.93 | - |
| YUV | 61.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 29 | 0.07 | 0 | 0.57 | 0.74 | 67.89 | 0.4 | 0.19 |
| Hex | 3E | 43 | 1D | 7 | 0 | 39 | 4A | 44 | 28 | 13 |
| Octal | 76 | 103 | 35 | 7 | 0 | 71 | 112 | 104 | 50 | 23 |
| Binary | 111110 | 1000011 | 11101 | 111 | 0 | 111001 | 1001010 | 1000100 | 101000 | 10011 |
Color Harmonies of #3E431D
Complementary color
Monochromatic Colors of #3E431D
Black with #3E431D
Text Example
Text Example
White with #3E431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E431D; }
p { color: rgb(62,67,29); }
H1.HeaderClassName
{
color: #3E431D;
}
.AnyTagClassName
{
color: #3E431D;
}
</style>
background-color css
<style>
a { background-color: #3E431D; }
a { background-color: rgb(62,67,29); }
div.DivClassName
{
background-color: #3E431D;
}
.BgClassName
{
background-color: #3E431D;
}
</style>
border-color css
<style>
span { border-color: #3E431D; }
span { border-color: rgb(62,67,29); }
td.TdClassName
{
border-color: #3E431D;
}
.TagClassName
{
border-color: #3E431D;
}
</style>