Shades of Turtle Green #324802
Tints of Turtle Green #324802
RGB
CMYK
RGB Variations
Color information
#324802 (or 0x324802) is known color: Turtle Green. HEX triplet: 32, 48 and 02. RGB value is (50,72,2). Sum of RGB (Red+Green+Blue) = 50+72+2=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #324802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324802 is #CDB7FD. Grayscale: #393939. Windows color (decimal): -13481982 or 149554. OLE color: 149554.
HSL color Cylindrical-coordinate representation of color #324802: hue angle of 78.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324802 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 72 | 2 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.72 |
| HSL | 78.86º | 0.95% | 0.15% | - |
| HSV(B) | 78.86º | 0.97% | 0.28% | - |
| XYZ | 3.64 | 5.32 | 0.89 | - |
| YUV | 57.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 2 | 0.31 | 0 | 0.97 | 0.72 | 78.86 | 0.95 | 0.15 |
| Hex | 32 | 48 | 2 | 1F | 0 | 61 | 48 | 4F | 5F | F |
| Octal | 62 | 110 | 2 | 37 | 0 | 141 | 110 | 117 | 137 | 17 |
| Binary | 110010 | 1001000 | 10 | 11111 | 0 | 1100001 | 1001000 | 1001111 | 1011111 | 1111 |
Color Harmonies of #324802
Complementary color
Monochromatic Colors of #324802
Black with #324802
Text Example
Text Example
White with #324802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324802; }
p { color: rgb(50,72,2); }
H1.HeaderClassName
{
color: #324802;
}
.AnyTagClassName
{
color: #324802;
}
</style>
background-color css
<style>
a { background-color: #324802; }
a { background-color: rgb(50,72,2); }
div.DivClassName
{
background-color: #324802;
}
.BgClassName
{
background-color: #324802;
}
</style>
border-color css
<style>
span { border-color: #324802; }
span { border-color: rgb(50,72,2); }
td.TdClassName
{
border-color: #324802;
}
.TagClassName
{
border-color: #324802;
}
</style>