Shades of Turtle Green #40431B
Tints of Turtle Green #40431B
RGB
CMYK
RGB Variations
Color information
#40431B (or 0x40431B) is known color: Turtle Green. HEX triplet: 40, 43 and 1B. RGB value is (64,67,27). Sum of RGB (Red+Green+Blue) = 64+67+27=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #40431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40431B is #BFBCE4. Grayscale: #3D3D3D. Windows color (decimal): -12565733 or 1786688. OLE color: 1786688.
HSL color Cylindrical-coordinate representation of color #40431B: hue angle of 64.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40431B is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 27 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.74 |
| HSL | 64.5º | 0.43% | 0.18% | - |
| HSV(B) | 64.5º | 0.6% | 0.26% | - |
| XYZ | 4.32 | 5.18 | 1.81 | - |
| YUV | 61.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 27 | 0.04 | 0 | 0.60 | 0.74 | 64.5 | 0.43 | 0.18 |
| Hex | 40 | 43 | 1B | 4 | 0 | 3C | 4A | 40 | 2B | 12 |
| Octal | 100 | 103 | 33 | 4 | 0 | 74 | 112 | 100 | 53 | 22 |
| Binary | 1000000 | 1000011 | 11011 | 100 | 0 | 111100 | 1001010 | 1000000 | 101011 | 10010 |
Color Harmonies of #40431B
Complementary color
Monochromatic Colors of #40431B
Black with #40431B
Text Example
Text Example
White with #40431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40431B; }
p { color: rgb(64,67,27); }
H1.HeaderClassName
{
color: #40431B;
}
.AnyTagClassName
{
color: #40431B;
}
</style>
background-color css
<style>
a { background-color: #40431B; }
a { background-color: rgb(64,67,27); }
div.DivClassName
{
background-color: #40431B;
}
.BgClassName
{
background-color: #40431B;
}
</style>
border-color css
<style>
span { border-color: #40431B; }
span { border-color: rgb(64,67,27); }
td.TdClassName
{
border-color: #40431B;
}
.TagClassName
{
border-color: #40431B;
}
</style>