Shades of Turtle Green #394803
Tints of Turtle Green #394803
RGB
CMYK
RGB Variations
Color information
#394803 (or 0x394803) is known color: Turtle Green. HEX triplet: 39, 48 and 03. RGB value is (57,72,3). Sum of RGB (Red+Green+Blue) = 57+72+3=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #394803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394803 is #C6B7FC. Grayscale: #3B3B3B. Windows color (decimal): -13023229 or 215097. OLE color: 215097.
HSL color Cylindrical-coordinate representation of color #394803: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #394803 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 3 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.72 |
| HSL | 73.04º | 0.92% | 0.15% | - |
| HSV(B) | 73.04º | 0.96% | 0.28% | - |
| XYZ | 4.02 | 5.51 | 0.94 | - |
| YUV | 59.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 3 | 0.21 | 0 | 0.96 | 0.72 | 73.04 | 0.92 | 0.15 |
| Hex | 39 | 48 | 3 | 15 | 0 | 60 | 48 | 49 | 5C | F |
| Octal | 71 | 110 | 3 | 25 | 0 | 140 | 110 | 111 | 134 | 17 |
| Binary | 111001 | 1001000 | 11 | 10101 | 0 | 1100000 | 1001000 | 1001001 | 1011100 | 1111 |
Color Harmonies of #394803
Complementary color
Monochromatic Colors of #394803
Black with #394803
Text Example
Text Example
White with #394803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394803; }
p { color: rgb(57,72,3); }
H1.HeaderClassName
{
color: #394803;
}
.AnyTagClassName
{
color: #394803;
}
</style>
background-color css
<style>
a { background-color: #394803; }
a { background-color: rgb(57,72,3); }
div.DivClassName
{
background-color: #394803;
}
.BgClassName
{
background-color: #394803;
}
</style>
border-color css
<style>
span { border-color: #394803; }
span { border-color: rgb(57,72,3); }
td.TdClassName
{
border-color: #394803;
}
.TagClassName
{
border-color: #394803;
}
</style>