Shades of Turtle Green #323F18
Tints of Turtle Green #323F18
RGB
CMYK
RGB Variations
Color information
#323F18 (or 0x323F18) is known color: Turtle Green. HEX triplet: 32, 3F and 18. RGB value is (50,63,24). Sum of RGB (Red+Green+Blue) = 50+63+24=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #323F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F18 is #CDC0E7. Grayscale: #363636. Windows color (decimal): -13484264 or 1589042. OLE color: 1589042.
HSL color Cylindrical-coordinate representation of color #323F18: hue angle of 80º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323F18 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 24 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.75 |
| HSL | 80º | 0.45% | 0.17% | - |
| HSV(B) | 80º | 0.62% | 0.25% | - |
| XYZ | 3.26 | 4.3 | 1.52 | - |
| YUV | 54.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 24 | 0.21 | 0 | 0.62 | 0.75 | 80 | 0.45 | 0.17 |
| Hex | 32 | 3F | 18 | 15 | 0 | 3E | 4B | 50 | 2D | 11 |
| Octal | 62 | 77 | 30 | 25 | 0 | 76 | 113 | 120 | 55 | 21 |
| Binary | 110010 | 111111 | 11000 | 10101 | 0 | 111110 | 1001011 | 1010000 | 101101 | 10001 |
Color Harmonies of #323F18
Complementary color
Monochromatic Colors of #323F18
Black with #323F18
Text Example
Text Example
White with #323F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F18; }
p { color: rgb(50,63,24); }
H1.HeaderClassName
{
color: #323F18;
}
.AnyTagClassName
{
color: #323F18;
}
</style>
background-color css
<style>
a { background-color: #323F18; }
a { background-color: rgb(50,63,24); }
div.DivClassName
{
background-color: #323F18;
}
.BgClassName
{
background-color: #323F18;
}
</style>
border-color css
<style>
span { border-color: #323F18; }
span { border-color: rgb(50,63,24); }
td.TdClassName
{
border-color: #323F18;
}
.TagClassName
{
border-color: #323F18;
}
</style>