Shades of Turtle Green #394813
Tints of Turtle Green #394813
RGB
CMYK
RGB Variations
Color information
#394813 (or 0x394813) is known color: Turtle Green. HEX triplet: 39, 48 and 13. RGB value is (57,72,19). Sum of RGB (Red+Green+Blue) = 57+72+19=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #394813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394813 is #C6B7EC. Grayscale: #3D3D3D. Windows color (decimal): -13023213 or 1263673. OLE color: 1263673.
HSL color Cylindrical-coordinate representation of color #394813: hue angle of 76.98º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394813 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 19 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.72 |
| HSL | 76.98º | 0.58% | 0.18% | - |
| HSV(B) | 76.98º | 0.74% | 0.28% | - |
| XYZ | 4.12 | 5.55 | 1.47 | - |
| YUV | 61.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 19 | 0.21 | 0 | 0.74 | 0.72 | 76.98 | 0.58 | 0.18 |
| Hex | 39 | 48 | 13 | 15 | 0 | 4A | 48 | 4D | 3A | 12 |
| Octal | 71 | 110 | 23 | 25 | 0 | 112 | 110 | 115 | 72 | 22 |
| Binary | 111001 | 1001000 | 10011 | 10101 | 0 | 1001010 | 1001000 | 1001101 | 111010 | 10010 |
Color Harmonies of #394813
Complementary color
Monochromatic Colors of #394813
Black with #394813
Text Example
Text Example
White with #394813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394813; }
p { color: rgb(57,72,19); }
H1.HeaderClassName
{
color: #394813;
}
.AnyTagClassName
{
color: #394813;
}
</style>
background-color css
<style>
a { background-color: #394813; }
a { background-color: rgb(57,72,19); }
div.DivClassName
{
background-color: #394813;
}
.BgClassName
{
background-color: #394813;
}
</style>
border-color css
<style>
span { border-color: #394813; }
span { border-color: rgb(57,72,19); }
td.TdClassName
{
border-color: #394813;
}
.TagClassName
{
border-color: #394813;
}
</style>