Shades of Turtle Green #323C14
Tints of Turtle Green #323C14
RGB
CMYK
RGB Variations
Color information
#323C14 (or 0x323C14) is known color: Turtle Green. HEX triplet: 32, 3C and 14. RGB value is (50,60,20). Sum of RGB (Red+Green+Blue) = 50+60+20=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #323C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323C14 is #CDC3EB. Grayscale: #343434. Windows color (decimal): -13485036 or 1326130. OLE color: 1326130.
HSL color Cylindrical-coordinate representation of color #323C14: hue angle of 75º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323C14 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 20 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.76 |
| HSL | 75º | 0.5% | 0.16% | - |
| HSV(B) | 75º | 0.67% | 0.24% | - |
| XYZ | 3.06 | 3.96 | 1.27 | - |
| YUV | 52.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 20 | 0.17 | 0 | 0.67 | 0.76 | 75 | 0.5 | 0.16 |
| Hex | 32 | 3C | 14 | 11 | 0 | 43 | 4C | 4B | 32 | 10 |
| Octal | 62 | 74 | 24 | 21 | 0 | 103 | 114 | 113 | 62 | 20 |
| Binary | 110010 | 111100 | 10100 | 10001 | 0 | 1000011 | 1001100 | 1001011 | 110010 | 10000 |
Color Harmonies of #323C14
Complementary color
Monochromatic Colors of #323C14
Black with #323C14
Text Example
Text Example
White with #323C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C14; }
p { color: rgb(50,60,20); }
H1.HeaderClassName
{
color: #323C14;
}
.AnyTagClassName
{
color: #323C14;
}
</style>
background-color css
<style>
a { background-color: #323C14; }
a { background-color: rgb(50,60,20); }
div.DivClassName
{
background-color: #323C14;
}
.BgClassName
{
background-color: #323C14;
}
</style>
border-color css
<style>
span { border-color: #323C14; }
span { border-color: rgb(50,60,20); }
td.TdClassName
{
border-color: #323C14;
}
.TagClassName
{
border-color: #323C14;
}
</style>