Shades of Turtle Green #394521
Tints of Turtle Green #394521
RGB
CMYK
RGB Variations
Color information
#394521 (or 0x394521) is known color: Turtle Green. HEX triplet: 39, 45 and 21. RGB value is (57,69,33). Sum of RGB (Red+Green+Blue) = 57+69+33=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #394521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394521 is #C6BADE. Grayscale: #3D3D3D. Windows color (decimal): -13023967 or 2180409. OLE color: 2180409.
HSL color Cylindrical-coordinate representation of color #394521: hue angle of 80º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394521 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 33 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.73 |
| HSL | 80º | 0.35% | 0.2% | - |
| HSV(B) | 80º | 0.52% | 0.27% | - |
| XYZ | 4.09 | 5.24 | 2.23 | - |
| YUV | 61.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 33 | 0.17 | 0 | 0.52 | 0.73 | 80 | 0.35 | 0.2 |
| Hex | 39 | 45 | 21 | 11 | 0 | 34 | 49 | 50 | 23 | 14 |
| Octal | 71 | 105 | 41 | 21 | 0 | 64 | 111 | 120 | 43 | 24 |
| Binary | 111001 | 1000101 | 100001 | 10001 | 0 | 110100 | 1001001 | 1010000 | 100011 | 10100 |
Color Harmonies of #394521
Complementary color
Monochromatic Colors of #394521
Black with #394521
Text Example
Text Example
White with #394521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394521; }
p { color: rgb(57,69,33); }
H1.HeaderClassName
{
color: #394521;
}
.AnyTagClassName
{
color: #394521;
}
</style>
background-color css
<style>
a { background-color: #394521; }
a { background-color: rgb(57,69,33); }
div.DivClassName
{
background-color: #394521;
}
.BgClassName
{
background-color: #394521;
}
</style>
border-color css
<style>
span { border-color: #394521; }
span { border-color: rgb(57,69,33); }
td.TdClassName
{
border-color: #394521;
}
.TagClassName
{
border-color: #394521;
}
</style>