Shades of Turtle Green #323919
Tints of Turtle Green #323919
RGB
CMYK
RGB Variations
Color information
#323919 (or 0x323919) is known color: Turtle Green. HEX triplet: 32, 39 and 19. RGB value is (50,57,25). Sum of RGB (Red+Green+Blue) = 50+57+25=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #323919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323919 is #CDC6E6. Grayscale: #333333. Windows color (decimal): -13485799 or 1653042. OLE color: 1653042.
HSL color Cylindrical-coordinate representation of color #323919: hue angle of 73.12º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323919 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 25 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.78 |
| HSL | 73.13º | 0.39% | 0.16% | - |
| HSV(B) | 73.13º | 0.56% | 0.22% | - |
| XYZ | 2.95 | 3.67 | 1.47 | - |
| YUV | 51.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 25 | 0.12 | 0 | 0.56 | 0.78 | 73.13 | 0.39 | 0.16 |
| Hex | 32 | 39 | 19 | C | 0 | 38 | 4E | 49 | 27 | 10 |
| Octal | 62 | 71 | 31 | 14 | 0 | 70 | 116 | 111 | 47 | 20 |
| Binary | 110010 | 111001 | 11001 | 1100 | 0 | 111000 | 1001110 | 1001001 | 100111 | 10000 |
Color Harmonies of #323919
Complementary color
Monochromatic Colors of #323919
Black with #323919
Text Example
Text Example
White with #323919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323919; }
p { color: rgb(50,57,25); }
H1.HeaderClassName
{
color: #323919;
}
.AnyTagClassName
{
color: #323919;
}
</style>
background-color css
<style>
a { background-color: #323919; }
a { background-color: rgb(50,57,25); }
div.DivClassName
{
background-color: #323919;
}
.BgClassName
{
background-color: #323919;
}
</style>
border-color css
<style>
span { border-color: #323919; }
span { border-color: rgb(50,57,25); }
td.TdClassName
{
border-color: #323919;
}
.TagClassName
{
border-color: #323919;
}
</style>