Shades of Turtle Green #404318
Tints of Turtle Green #404318
RGB
CMYK
RGB Variations
Color information
#404318 (or 0x404318) is known color: Turtle Green. HEX triplet: 40, 43 and 18. RGB value is (64,67,24). Sum of RGB (Red+Green+Blue) = 64+67+24=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #404318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404318 is #BFBCE7. Grayscale: #3D3D3D. Windows color (decimal): -12565736 or 1590080. OLE color: 1590080.
HSL color Cylindrical-coordinate representation of color #404318: hue angle of 64.19º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404318 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 24 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.74 |
| HSL | 64.19º | 0.47% | 0.18% | - |
| HSV(B) | 64.19º | 0.64% | 0.26% | - |
| XYZ | 4.29 | 5.17 | 1.64 | - |
| YUV | 61.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 24 | 0.04 | 0 | 0.64 | 0.74 | 64.19 | 0.47 | 0.18 |
| Hex | 40 | 43 | 18 | 4 | 0 | 40 | 4A | 40 | 2F | 12 |
| Octal | 100 | 103 | 30 | 4 | 0 | 100 | 112 | 100 | 57 | 22 |
| Binary | 1000000 | 1000011 | 11000 | 100 | 0 | 1000000 | 1001010 | 1000000 | 101111 | 10010 |
Color Harmonies of #404318
Complementary color
Monochromatic Colors of #404318
Black with #404318
Text Example
Text Example
White with #404318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404318; }
p { color: rgb(64,67,24); }
H1.HeaderClassName
{
color: #404318;
}
.AnyTagClassName
{
color: #404318;
}
</style>
background-color css
<style>
a { background-color: #404318; }
a { background-color: rgb(64,67,24); }
div.DivClassName
{
background-color: #404318;
}
.BgClassName
{
background-color: #404318;
}
</style>
border-color css
<style>
span { border-color: #404318; }
span { border-color: rgb(64,67,24); }
td.TdClassName
{
border-color: #404318;
}
.TagClassName
{
border-color: #404318;
}
</style>