Shades of Turtle Green #323A18
Tints of Turtle Green #323A18
RGB
CMYK
RGB Variations
Color information
#323A18 (or 0x323A18) is known color: Turtle Green. HEX triplet: 32, 3A and 18. RGB value is (50,58,24). Sum of RGB (Red+Green+Blue) = 50+58+24=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #323A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A18 is #CDC5E7. Grayscale: #333333. Windows color (decimal): -13485544 or 1587762. OLE color: 1587762.
HSL color Cylindrical-coordinate representation of color #323A18: hue angle of 74.12º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323A18 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 24 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.77 |
| HSL | 74.12º | 0.41% | 0.16% | - |
| HSV(B) | 74.12º | 0.59% | 0.23% | - |
| XYZ | 2.99 | 3.77 | 1.43 | - |
| YUV | 51.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 24 | 0.14 | 0 | 0.59 | 0.77 | 74.12 | 0.41 | 0.16 |
| Hex | 32 | 3A | 18 | E | 0 | 3B | 4D | 4A | 29 | 10 |
| Octal | 62 | 72 | 30 | 16 | 0 | 73 | 115 | 112 | 51 | 20 |
| Binary | 110010 | 111010 | 11000 | 1110 | 0 | 111011 | 1001101 | 1001010 | 101001 | 10000 |
Color Harmonies of #323A18
Complementary color
Monochromatic Colors of #323A18
Black with #323A18
Text Example
Text Example
White with #323A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A18; }
p { color: rgb(50,58,24); }
H1.HeaderClassName
{
color: #323A18;
}
.AnyTagClassName
{
color: #323A18;
}
</style>
background-color css
<style>
a { background-color: #323A18; }
a { background-color: rgb(50,58,24); }
div.DivClassName
{
background-color: #323A18;
}
.BgClassName
{
background-color: #323A18;
}
</style>
border-color css
<style>
span { border-color: #323A18; }
span { border-color: rgb(50,58,24); }
td.TdClassName
{
border-color: #323A18;
}
.TagClassName
{
border-color: #323A18;
}
</style>