Shades of Turtle Green #40431D
Tints of Turtle Green #40431D
RGB
CMYK
RGB Variations
Color information
#40431D (or 0x40431D) is known color: Turtle Green. HEX triplet: 40, 43 and 1D. RGB value is (64,67,29). Sum of RGB (Red+Green+Blue) = 64+67+29=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #40431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40431D is #BFBCE2. Grayscale: #3D3D3D. Windows color (decimal): -12565731 or 1917760. OLE color: 1917760.
HSL color Cylindrical-coordinate representation of color #40431D: hue angle of 64.74º 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 #40431D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 29 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.74 |
| HSL | 64.74º | 0.4% | 0.19% | - |
| HSV(B) | 64.74º | 0.57% | 0.26% | - |
| XYZ | 4.34 | 5.19 | 1.94 | - |
| YUV | 61.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 29 | 0.04 | 0 | 0.57 | 0.74 | 64.74 | 0.4 | 0.19 |
| Hex | 40 | 43 | 1D | 4 | 0 | 39 | 4A | 41 | 28 | 13 |
| Octal | 100 | 103 | 35 | 4 | 0 | 71 | 112 | 101 | 50 | 23 |
| Binary | 1000000 | 1000011 | 11101 | 100 | 0 | 111001 | 1001010 | 1000001 | 101000 | 10011 |
Color Harmonies of #40431D
Complementary color
Monochromatic Colors of #40431D
Black with #40431D
Text Example
Text Example
White with #40431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40431D; }
p { color: rgb(64,67,29); }
H1.HeaderClassName
{
color: #40431D;
}
.AnyTagClassName
{
color: #40431D;
}
</style>
background-color css
<style>
a { background-color: #40431D; }
a { background-color: rgb(64,67,29); }
div.DivClassName
{
background-color: #40431D;
}
.BgClassName
{
background-color: #40431D;
}
</style>
border-color css
<style>
span { border-color: #40431D; }
span { border-color: rgb(64,67,29); }
td.TdClassName
{
border-color: #40431D;
}
.TagClassName
{
border-color: #40431D;
}
</style>