Shades of Turtle Green #324C01
Tints of Turtle Green #324C01
RGB
CMYK
RGB Variations
Color information
#324C01 (or 0x324C01) is known color: Turtle Green. HEX triplet: 32, 4C and 01. RGB value is (50,76,1). Sum of RGB (Red+Green+Blue) = 50+76+1=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #324C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C01 is #CDB3FE. Grayscale: #3B3B3B. Windows color (decimal): -13480959 or 85042. OLE color: 85042.
HSL color Cylindrical-coordinate representation of color #324C01: hue angle of 80.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #324C01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.70 |
| HSL | 80.8º | 0.97% | 0.15% | - |
| HSV(B) | 80.8º | 0.99% | 0.3% | - |
| XYZ | 3.91 | 5.85 | 0.95 | - |
| YUV | 59.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 1 | 0.34 | 0 | 0.99 | 0.70 | 80.8 | 0.97 | 0.15 |
| Hex | 32 | 4C | 1 | 22 | 0 | 63 | 46 | 51 | 61 | F |
| Octal | 62 | 114 | 1 | 42 | 0 | 143 | 106 | 121 | 141 | 17 |
| Binary | 110010 | 1001100 | 1 | 100010 | 0 | 1100011 | 1000110 | 1010001 | 1100001 | 1111 |
Color Harmonies of #324C01
Complementary color
Monochromatic Colors of #324C01
Black with #324C01
Text Example
Text Example
White with #324C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C01; }
p { color: rgb(50,76,1); }
H1.HeaderClassName
{
color: #324C01;
}
.AnyTagClassName
{
color: #324C01;
}
</style>
background-color css
<style>
a { background-color: #324C01; }
a { background-color: rgb(50,76,1); }
div.DivClassName
{
background-color: #324C01;
}
.BgClassName
{
background-color: #324C01;
}
</style>
border-color css
<style>
span { border-color: #324C01; }
span { border-color: rgb(50,76,1); }
td.TdClassName
{
border-color: #324C01;
}
.TagClassName
{
border-color: #324C01;
}
</style>