Shades of Turtle Green #394100
Tints of Turtle Green #394100
RGB
CMYK
RGB Variations
Color information
#394100 (or 0x394100) is known color: Turtle Green. HEX triplet: 39, 41 and 00. RGB value is (57,65,0). Sum of RGB (Red+Green+Blue) = 57+65+0=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #394100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394100 is #C6BEFF. Grayscale: #373737. Windows color (decimal): -13025024 or 16697. OLE color: 16697.
HSL color Cylindrical-coordinate representation of color #394100: hue angle of 67.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.75 |
| HSL | 67.38º | 1% | 0.13% | - |
| HSV(B) | 67.38º | 1% | 0.25% | - |
| XYZ | 3.58 | 4.65 | 0.71 | - |
| YUV | 55.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 0 | 0.12 | 0 | 1 | 0.75 | 67.38 | 1 | 0.13 |
| Hex | 39 | 41 | 0 | C | 0 | 64 | 4B | 43 | 64 | D |
| Octal | 71 | 101 | 0 | 14 | 0 | 144 | 113 | 103 | 144 | 15 |
| Binary | 111001 | 1000001 | 0 | 1100 | 0 | 1100100 | 1001011 | 1000011 | 1100100 | 1101 |
Color Harmonies of #394100
Complementary color
Monochromatic Colors of #394100
Black with #394100
Text Example
Text Example
White with #394100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394100; }
p { color: rgb(57,65,0); }
H1.HeaderClassName
{
color: #394100;
}
.AnyTagClassName
{
color: #394100;
}
</style>
background-color css
<style>
a { background-color: #394100; }
a { background-color: rgb(57,65,0); }
div.DivClassName
{
background-color: #394100;
}
.BgClassName
{
background-color: #394100;
}
</style>
border-color css
<style>
span { border-color: #394100; }
span { border-color: rgb(57,65,0); }
td.TdClassName
{
border-color: #394100;
}
.TagClassName
{
border-color: #394100;
}
</style>