Shades of Turtle Green #323A17
Tints of Turtle Green #323A17
RGB
CMYK
RGB Variations
Color information
#323A17 (or 0x323A17) is known color: Turtle Green. HEX triplet: 32, 3A and 17. RGB value is (50,58,23). Sum of RGB (Red+Green+Blue) = 50+58+23=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #323A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A17 is #CDC5E8. Grayscale: #333333. Windows color (decimal): -13485545 or 1522226. OLE color: 1522226.
HSL color Cylindrical-coordinate representation of color #323A17: hue angle of 73.71º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323A17 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 23 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.77 |
| HSL | 73.71º | 0.43% | 0.16% | - |
| HSV(B) | 73.71º | 0.6% | 0.23% | - |
| XYZ | 2.98 | 3.77 | 1.38 | - |
| YUV | 51.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 23 | 0.14 | 0 | 0.60 | 0.77 | 73.71 | 0.43 | 0.16 |
| Hex | 32 | 3A | 17 | E | 0 | 3C | 4D | 4A | 2B | 10 |
| Octal | 62 | 72 | 27 | 16 | 0 | 74 | 115 | 112 | 53 | 20 |
| Binary | 110010 | 111010 | 10111 | 1110 | 0 | 111100 | 1001101 | 1001010 | 101011 | 10000 |
Color Harmonies of #323A17
Complementary color
Monochromatic Colors of #323A17
Black with #323A17
Text Example
Text Example
White with #323A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A17; }
p { color: rgb(50,58,23); }
H1.HeaderClassName
{
color: #323A17;
}
.AnyTagClassName
{
color: #323A17;
}
</style>
background-color css
<style>
a { background-color: #323A17; }
a { background-color: rgb(50,58,23); }
div.DivClassName
{
background-color: #323A17;
}
.BgClassName
{
background-color: #323A17;
}
</style>
border-color css
<style>
span { border-color: #323A17; }
span { border-color: rgb(50,58,23); }
td.TdClassName
{
border-color: #323A17;
}
.TagClassName
{
border-color: #323A17;
}
</style>