Shades of Turtle Green #324002
Tints of Turtle Green #324002
RGB
CMYK
RGB Variations
Color information
#324002 (or 0x324002) is known color: Turtle Green. HEX triplet: 32, 40 and 02. RGB value is (50,64,2). Sum of RGB (Red+Green+Blue) = 50+64+2=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #324002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324002 is #CDBFFD. Grayscale: #343434. Windows color (decimal): -13484030 or 147506. OLE color: 147506.
HSL color Cylindrical-coordinate representation of color #324002: hue angle of 73.55º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324002 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 2 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.75 |
| HSL | 73.55º | 0.94% | 0.13% | - |
| HSV(B) | 73.55º | 0.97% | 0.25% | - |
| XYZ | 3.16 | 4.35 | 0.73 | - |
| YUV | 52.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 2 | 0.22 | 0 | 0.97 | 0.75 | 73.55 | 0.94 | 0.13 |
| Hex | 32 | 40 | 2 | 16 | 0 | 61 | 4B | 4A | 5E | D |
| Octal | 62 | 100 | 2 | 26 | 0 | 141 | 113 | 112 | 136 | 15 |
| Binary | 110010 | 1000000 | 10 | 10110 | 0 | 1100001 | 1001011 | 1001010 | 1011110 | 1101 |
Color Harmonies of #324002
Complementary color
Monochromatic Colors of #324002
Black with #324002
Text Example
Text Example
White with #324002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324002; }
p { color: rgb(50,64,2); }
H1.HeaderClassName
{
color: #324002;
}
.AnyTagClassName
{
color: #324002;
}
</style>
background-color css
<style>
a { background-color: #324002; }
a { background-color: rgb(50,64,2); }
div.DivClassName
{
background-color: #324002;
}
.BgClassName
{
background-color: #324002;
}
</style>
border-color css
<style>
span { border-color: #324002; }
span { border-color: rgb(50,64,2); }
td.TdClassName
{
border-color: #324002;
}
.TagClassName
{
border-color: #324002;
}
</style>