Shades of Turtle Green #394519
Tints of Turtle Green #394519
RGB
CMYK
RGB Variations
Color information
#394519 (or 0x394519) is known color: Turtle Green. HEX triplet: 39, 45 and 19. RGB value is (57,69,25). Sum of RGB (Red+Green+Blue) = 57+69+25=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #394519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394519 is #C6BAE6. Grayscale: #3C3C3C. Windows color (decimal): -13023975 or 1656121. OLE color: 1656121.
HSL color Cylindrical-coordinate representation of color #394519: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #394519 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 25 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.73 |
| HSL | 76.36º | 0.47% | 0.18% | - |
| HSV(B) | 76.36º | 0.64% | 0.27% | - |
| XYZ | 3.99 | 5.2 | 1.71 | - |
| YUV | 60.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 25 | 0.17 | 0 | 0.64 | 0.73 | 76.36 | 0.47 | 0.18 |
| Hex | 39 | 45 | 19 | 11 | 0 | 40 | 49 | 4C | 2F | 12 |
| Octal | 71 | 105 | 31 | 21 | 0 | 100 | 111 | 114 | 57 | 22 |
| Binary | 111001 | 1000101 | 11001 | 10001 | 0 | 1000000 | 1001001 | 1001100 | 101111 | 10010 |
Color Harmonies of #394519
Complementary color
Monochromatic Colors of #394519
Black with #394519
Text Example
Text Example
White with #394519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394519; }
p { color: rgb(57,69,25); }
H1.HeaderClassName
{
color: #394519;
}
.AnyTagClassName
{
color: #394519;
}
</style>
background-color css
<style>
a { background-color: #394519; }
a { background-color: rgb(57,69,25); }
div.DivClassName
{
background-color: #394519;
}
.BgClassName
{
background-color: #394519;
}
</style>
border-color css
<style>
span { border-color: #394519; }
span { border-color: rgb(57,69,25); }
td.TdClassName
{
border-color: #394519;
}
.TagClassName
{
border-color: #394519;
}
</style>