Shades of Turtle Green #394418
Tints of Turtle Green #394418
RGB
CMYK
RGB Variations
Color information
#394418 (or 0x394418) is known color: Turtle Green. HEX triplet: 39, 44 and 18. RGB value is (57,68,24). Sum of RGB (Red+Green+Blue) = 57+68+24=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #394418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394418 is #C6BBE7. Grayscale: #3B3B3B. Windows color (decimal): -13024232 or 1590329. OLE color: 1590329.
HSL color Cylindrical-coordinate representation of color #394418: hue angle of 75º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #394418 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 24 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.73 |
| HSL | 75º | 0.48% | 0.18% | - |
| HSV(B) | 75º | 0.65% | 0.27% | - |
| XYZ | 3.92 | 5.07 | 1.64 | - |
| YUV | 59.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 24 | 0.16 | 0 | 0.65 | 0.73 | 75 | 0.48 | 0.18 |
| Hex | 39 | 44 | 18 | 10 | 0 | 41 | 49 | 4B | 30 | 12 |
| Octal | 71 | 104 | 30 | 20 | 0 | 101 | 111 | 113 | 60 | 22 |
| Binary | 111001 | 1000100 | 11000 | 10000 | 0 | 1000001 | 1001001 | 1001011 | 110000 | 10010 |
Color Harmonies of #394418
Complementary color
Monochromatic Colors of #394418
Black with #394418
Text Example
Text Example
White with #394418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394418; }
p { color: rgb(57,68,24); }
H1.HeaderClassName
{
color: #394418;
}
.AnyTagClassName
{
color: #394418;
}
</style>
background-color css
<style>
a { background-color: #394418; }
a { background-color: rgb(57,68,24); }
div.DivClassName
{
background-color: #394418;
}
.BgClassName
{
background-color: #394418;
}
</style>
border-color css
<style>
span { border-color: #394418; }
span { border-color: rgb(57,68,24); }
td.TdClassName
{
border-color: #394418;
}
.TagClassName
{
border-color: #394418;
}
</style>