Shades of Turtle Green #324A00
Tints of Turtle Green #324A00
RGB
CMYK
RGB Variations
Color information
#324A00 (or 0x324A00) is known color: Turtle Green. HEX triplet: 32, 4A and 00. RGB value is (50,74,0). Sum of RGB (Red+Green+Blue) = 50+74+0=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #324A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A00 is #CDB5FF. Grayscale: #3A3A3A. Windows color (decimal): -13481472 or 18994. OLE color: 18994.
HSL color Cylindrical-coordinate representation of color #324A00: hue angle of 79.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324A00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.71 |
| HSL | 79.46º | 1% | 0.15% | - |
| HSV(B) | 79.46º | 1% | 0.29% | - |
| XYZ | 3.76 | 5.58 | 0.88 | - |
| YUV | 58.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 0 | 0.32 | 0 | 1 | 0.71 | 79.46 | 1 | 0.15 |
| Hex | 32 | 4A | 0 | 20 | 0 | 64 | 47 | 4F | 64 | F |
| Octal | 62 | 112 | 0 | 40 | 0 | 144 | 107 | 117 | 144 | 17 |
| Binary | 110010 | 1001010 | 0 | 100000 | 0 | 1100100 | 1000111 | 1001111 | 1100100 | 1111 |
Color Harmonies of #324A00
Complementary color
Monochromatic Colors of #324A00
Black with #324A00
Text Example
Text Example
White with #324A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A00; }
p { color: rgb(50,74,0); }
H1.HeaderClassName
{
color: #324A00;
}
.AnyTagClassName
{
color: #324A00;
}
</style>
background-color css
<style>
a { background-color: #324A00; }
a { background-color: rgb(50,74,0); }
div.DivClassName
{
background-color: #324A00;
}
.BgClassName
{
background-color: #324A00;
}
</style>
border-color css
<style>
span { border-color: #324A00; }
span { border-color: rgb(50,74,0); }
td.TdClassName
{
border-color: #324A00;
}
.TagClassName
{
border-color: #324A00;
}
</style>