Shades of Turtle Green #324F00
Tints of Turtle Green #324F00
RGB
CMYK
RGB Variations
Color information
#324F00 (or 0x324F00) is known color: Turtle Green. HEX triplet: 32, 4F and 00. RGB value is (50,79,0). Sum of RGB (Red+Green+Blue) = 50+79+0=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #324F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F00 is #CDB0FF. Grayscale: #3D3D3D. Windows color (decimal): -13480192 or 20274. OLE color: 20274.
HSL color Cylindrical-coordinate representation of color #324F00: hue angle of 82.03º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324F00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.69 |
| HSL | 82.03º | 1% | 0.15% | - |
| HSV(B) | 82.03º | 1% | 0.31% | - |
| XYZ | 4.11 | 6.27 | 0.99 | - |
| YUV | 61.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 0 | 0.37 | 0 | 1 | 0.69 | 82.03 | 1 | 0.15 |
| Hex | 32 | 4F | 0 | 25 | 0 | 64 | 45 | 52 | 64 | F |
| Octal | 62 | 117 | 0 | 45 | 0 | 144 | 105 | 122 | 144 | 17 |
| Binary | 110010 | 1001111 | 0 | 100101 | 0 | 1100100 | 1000101 | 1010010 | 1100100 | 1111 |
Color Harmonies of #324F00
Complementary color
Monochromatic Colors of #324F00
Black with #324F00
Text Example
Text Example
White with #324F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F00; }
p { color: rgb(50,79,0); }
H1.HeaderClassName
{
color: #324F00;
}
.AnyTagClassName
{
color: #324F00;
}
</style>
background-color css
<style>
a { background-color: #324F00; }
a { background-color: rgb(50,79,0); }
div.DivClassName
{
background-color: #324F00;
}
.BgClassName
{
background-color: #324F00;
}
</style>
border-color css
<style>
span { border-color: #324F00; }
span { border-color: rgb(50,79,0); }
td.TdClassName
{
border-color: #324F00;
}
.TagClassName
{
border-color: #324F00;
}
</style>