Shades of Turtle Green #323C17
Tints of Turtle Green #323C17
RGB
CMYK
RGB Variations
Color information
#323C17 (or 0x323C17) is known color: Turtle Green. HEX triplet: 32, 3C and 17. RGB value is (50,60,23). Sum of RGB (Red+Green+Blue) = 50+60+23=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #323C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323C17 is #CDC3E8. Grayscale: #343434. Windows color (decimal): -13485033 or 1522738. OLE color: 1522738.
HSL color Cylindrical-coordinate representation of color #323C17: hue angle of 76.22º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323C17 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 23 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.76 |
| HSL | 76.22º | 0.45% | 0.16% | - |
| HSV(B) | 76.22º | 0.62% | 0.24% | - |
| XYZ | 3.09 | 3.97 | 1.41 | - |
| YUV | 52.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 23 | 0.17 | 0 | 0.62 | 0.76 | 76.22 | 0.45 | 0.16 |
| Hex | 32 | 3C | 17 | 11 | 0 | 3E | 4C | 4C | 2D | 10 |
| Octal | 62 | 74 | 27 | 21 | 0 | 76 | 114 | 114 | 55 | 20 |
| Binary | 110010 | 111100 | 10111 | 10001 | 0 | 111110 | 1001100 | 1001100 | 101101 | 10000 |
Color Harmonies of #323C17
Complementary color
Monochromatic Colors of #323C17
Black with #323C17
Text Example
Text Example
White with #323C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C17; }
p { color: rgb(50,60,23); }
H1.HeaderClassName
{
color: #323C17;
}
.AnyTagClassName
{
color: #323C17;
}
</style>
background-color css
<style>
a { background-color: #323C17; }
a { background-color: rgb(50,60,23); }
div.DivClassName
{
background-color: #323C17;
}
.BgClassName
{
background-color: #323C17;
}
</style>
border-color css
<style>
span { border-color: #323C17; }
span { border-color: rgb(50,60,23); }
td.TdClassName
{
border-color: #323C17;
}
.TagClassName
{
border-color: #323C17;
}
</style>