Shades of Turtle Green #323913
Tints of Turtle Green #323913
RGB
CMYK
RGB Variations
Color information
#323913 (or 0x323913) is known color: Turtle Green. HEX triplet: 32, 39 and 13. RGB value is (50,57,19). Sum of RGB (Red+Green+Blue) = 50+57+19=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #323913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323913 is #CDC6EC. Grayscale: #323232. Windows color (decimal): -13485805 or 1259826. OLE color: 1259826.
HSL color Cylindrical-coordinate representation of color #323913: hue angle of 71.05º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323913 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 19 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.78 |
| HSL | 71.05º | 0.5% | 0.15% | - |
| HSV(B) | 71.05º | 0.67% | 0.22% | - |
| XYZ | 2.9 | 3.65 | 1.17 | - |
| YUV | 50.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 19 | 0.12 | 0 | 0.67 | 0.78 | 71.05 | 0.5 | 0.15 |
| Hex | 32 | 39 | 13 | C | 0 | 43 | 4E | 47 | 32 | F |
| Octal | 62 | 71 | 23 | 14 | 0 | 103 | 116 | 107 | 62 | 17 |
| Binary | 110010 | 111001 | 10011 | 1100 | 0 | 1000011 | 1001110 | 1000111 | 110010 | 1111 |
Color Harmonies of #323913
Complementary color
Monochromatic Colors of #323913
Black with #323913
Text Example
Text Example
White with #323913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323913; }
p { color: rgb(50,57,19); }
H1.HeaderClassName
{
color: #323913;
}
.AnyTagClassName
{
color: #323913;
}
</style>
background-color css
<style>
a { background-color: #323913; }
a { background-color: rgb(50,57,19); }
div.DivClassName
{
background-color: #323913;
}
.BgClassName
{
background-color: #323913;
}
</style>
border-color css
<style>
span { border-color: #323913; }
span { border-color: rgb(50,57,19); }
td.TdClassName
{
border-color: #323913;
}
.TagClassName
{
border-color: #323913;
}
</style>