Shades of Turtle Green #393C21
Tints of Turtle Green #393C21
RGB
CMYK
RGB Variations
Color information
#393C21 (or 0x393C21) is known color: Turtle Green. HEX triplet: 39, 3C and 21. RGB value is (57,60,33). Sum of RGB (Red+Green+Blue) = 57+60+33=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 60 - color contains mainly: green. Hex color #393C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C21 is #C6C3DE. Grayscale: #383838. Windows color (decimal): -13026271 or 2178105. OLE color: 2178105.
HSL color Cylindrical-coordinate representation of color #393C21: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393C21 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 33 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.76 |
| HSL | 66.67º | 0.29% | 0.18% | - |
| HSV(B) | 66.67º | 0.45% | 0.24% | - |
| XYZ | 3.58 | 4.21 | 2.06 | - |
| YUV | 56.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 33 | 0.05 | 0 | 0.45 | 0.76 | 66.67 | 0.29 | 0.18 |
| Hex | 39 | 3C | 21 | 5 | 0 | 2D | 4C | 43 | 1D | 12 |
| Octal | 71 | 74 | 41 | 5 | 0 | 55 | 114 | 103 | 35 | 22 |
| Binary | 111001 | 111100 | 100001 | 101 | 0 | 101101 | 1001100 | 1000011 | 11101 | 10010 |
Color Harmonies of #393C21
Complementary color
Monochromatic Colors of #393C21
Black with #393C21
Text Example
Text Example
White with #393C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C21; }
p { color: rgb(57,60,33); }
H1.HeaderClassName
{
color: #393C21;
}
.AnyTagClassName
{
color: #393C21;
}
</style>
background-color css
<style>
a { background-color: #393C21; }
a { background-color: rgb(57,60,33); }
div.DivClassName
{
background-color: #393C21;
}
.BgClassName
{
background-color: #393C21;
}
</style>
border-color css
<style>
span { border-color: #393C21; }
span { border-color: rgb(57,60,33); }
td.TdClassName
{
border-color: #393C21;
}
.TagClassName
{
border-color: #393C21;
}
</style>