Shades of Turtle Green #394417
Tints of Turtle Green #394417
RGB
CMYK
RGB Variations
Color information
#394417 (or 0x394417) is known color: Turtle Green. HEX triplet: 39, 44 and 17. RGB value is (57,68,23). Sum of RGB (Red+Green+Blue) = 57+68+23=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #394417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394417 is #C6BBE8. Grayscale: #3B3B3B. Windows color (decimal): -13024233 or 1524793. OLE color: 1524793.
HSL color Cylindrical-coordinate representation of color #394417: hue angle of 74.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #394417 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 23 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.73 |
| HSL | 74.67º | 0.49% | 0.18% | - |
| HSV(B) | 74.67º | 0.66% | 0.27% | - |
| XYZ | 3.91 | 5.07 | 1.58 | - |
| YUV | 59.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 23 | 0.16 | 0 | 0.66 | 0.73 | 74.67 | 0.49 | 0.18 |
| Hex | 39 | 44 | 17 | 10 | 0 | 42 | 49 | 4B | 31 | 12 |
| Octal | 71 | 104 | 27 | 20 | 0 | 102 | 111 | 113 | 61 | 22 |
| Binary | 111001 | 1000100 | 10111 | 10000 | 0 | 1000010 | 1001001 | 1001011 | 110001 | 10010 |
Color Harmonies of #394417
Complementary color
Monochromatic Colors of #394417
Black with #394417
Text Example
Text Example
White with #394417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394417; }
p { color: rgb(57,68,23); }
H1.HeaderClassName
{
color: #394417;
}
.AnyTagClassName
{
color: #394417;
}
</style>
background-color css
<style>
a { background-color: #394417; }
a { background-color: rgb(57,68,23); }
div.DivClassName
{
background-color: #394417;
}
.BgClassName
{
background-color: #394417;
}
</style>
border-color css
<style>
span { border-color: #394417; }
span { border-color: rgb(57,68,23); }
td.TdClassName
{
border-color: #394417;
}
.TagClassName
{
border-color: #394417;
}
</style>