Shades of Turtle Green #324200
Tints of Turtle Green #324200
RGB
CMYK
RGB Variations
Color information
#324200 (or 0x324200) is known color: Turtle Green. HEX triplet: 32, 42 and 00. RGB value is (50,66,0). Sum of RGB (Red+Green+Blue) = 50+66+0=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #324200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324200 is #CDBDFF. Grayscale: #353535. Windows color (decimal): -13483520 or 16946. OLE color: 16946.
HSL color Cylindrical-coordinate representation of color #324200: hue angle of 74.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.74 |
| HSL | 74.55º | 1% | 0.13% | - |
| HSV(B) | 74.55º | 1% | 0.26% | - |
| XYZ | 3.26 | 4.57 | 0.71 | - |
| YUV | 53.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 0 | 0.24 | 0 | 1 | 0.74 | 74.55 | 1 | 0.13 |
| Hex | 32 | 42 | 0 | 18 | 0 | 64 | 4A | 4B | 64 | D |
| Octal | 62 | 102 | 0 | 30 | 0 | 144 | 112 | 113 | 144 | 15 |
| Binary | 110010 | 1000010 | 0 | 11000 | 0 | 1100100 | 1001010 | 1001011 | 1100100 | 1101 |
Color Harmonies of #324200
Complementary color
Monochromatic Colors of #324200
Black with #324200
Text Example
Text Example
White with #324200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324200; }
p { color: rgb(50,66,0); }
H1.HeaderClassName
{
color: #324200;
}
.AnyTagClassName
{
color: #324200;
}
</style>
background-color css
<style>
a { background-color: #324200; }
a { background-color: rgb(50,66,0); }
div.DivClassName
{
background-color: #324200;
}
.BgClassName
{
background-color: #324200;
}
</style>
border-color css
<style>
span { border-color: #324200; }
span { border-color: rgb(50,66,0); }
td.TdClassName
{
border-color: #324200;
}
.TagClassName
{
border-color: #324200;
}
</style>