Shades of Turtle Green #3E431F
Tints of Turtle Green #3E431F
RGB
CMYK
RGB Variations
Color information
#3E431F (or 0x3E431F) is known color: Turtle Green. HEX triplet: 3E, 43 and 1F. RGB value is (62,67,31). Sum of RGB (Red+Green+Blue) = 62+67+31=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #3E431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E431F is #C1BCE0. Grayscale: #3D3D3D. Windows color (decimal): -12696801 or 2048830. OLE color: 2048830.
HSL color Cylindrical-coordinate representation of color #3E431F: hue angle of 68.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E431F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 31 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.74 |
| HSL | 68.33º | 0.37% | 0.19% | - |
| HSV(B) | 68.33º | 0.54% | 0.26% | - |
| XYZ | 4.24 | 5.14 | 2.06 | - |
| YUV | 61.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 31 | 0.07 | 0 | 0.54 | 0.74 | 68.33 | 0.37 | 0.19 |
| Hex | 3E | 43 | 1F | 7 | 0 | 36 | 4A | 44 | 25 | 13 |
| Octal | 76 | 103 | 37 | 7 | 0 | 66 | 112 | 104 | 45 | 23 |
| Binary | 111110 | 1000011 | 11111 | 111 | 0 | 110110 | 1001010 | 1000100 | 100101 | 10011 |
Color Harmonies of #3E431F
Complementary color
Monochromatic Colors of #3E431F
Black with #3E431F
Text Example
Text Example
White with #3E431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E431F; }
p { color: rgb(62,67,31); }
H1.HeaderClassName
{
color: #3E431F;
}
.AnyTagClassName
{
color: #3E431F;
}
</style>
background-color css
<style>
a { background-color: #3E431F; }
a { background-color: rgb(62,67,31); }
div.DivClassName
{
background-color: #3E431F;
}
.BgClassName
{
background-color: #3E431F;
}
</style>
border-color css
<style>
span { border-color: #3E431F; }
span { border-color: rgb(62,67,31); }
td.TdClassName
{
border-color: #3E431F;
}
.TagClassName
{
border-color: #3E431F;
}
</style>