Shades of Turtle Green #324E03
Tints of Turtle Green #324E03
RGB
CMYK
RGB Variations
Color information
#324E03 (or 0x324E03) is known color: Turtle Green. HEX triplet: 32, 4E and 03. RGB value is (50,78,3). Sum of RGB (Red+Green+Blue) = 50+78+3=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #324E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324E03 is #CDB1FC. Grayscale: #3D3D3D. Windows color (decimal): -13480445 or 216626. OLE color: 216626.
HSL color Cylindrical-coordinate representation of color #324E03: hue angle of 82.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #324E03 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 78 | 3 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.69 |
| HSL | 82.4º | 0.93% | 0.16% | - |
| HSV(B) | 82.4º | 0.96% | 0.31% | - |
| XYZ | 4.06 | 6.13 | 1.06 | - |
| YUV | 61.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 3 | 0.36 | 0 | 0.96 | 0.69 | 82.4 | 0.93 | 0.16 |
| Hex | 32 | 4E | 3 | 24 | 0 | 60 | 45 | 52 | 5D | 10 |
| Octal | 62 | 116 | 3 | 44 | 0 | 140 | 105 | 122 | 135 | 20 |
| Binary | 110010 | 1001110 | 11 | 100100 | 0 | 1100000 | 1000101 | 1010010 | 1011101 | 10000 |
Color Harmonies of #324E03
Complementary color
Monochromatic Colors of #324E03
Black with #324E03
Text Example
Text Example
White with #324E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E03; }
p { color: rgb(50,78,3); }
H1.HeaderClassName
{
color: #324E03;
}
.AnyTagClassName
{
color: #324E03;
}
</style>
background-color css
<style>
a { background-color: #324E03; }
a { background-color: rgb(50,78,3); }
div.DivClassName
{
background-color: #324E03;
}
.BgClassName
{
background-color: #324E03;
}
</style>
border-color css
<style>
span { border-color: #324E03; }
span { border-color: rgb(50,78,3); }
td.TdClassName
{
border-color: #324E03;
}
.TagClassName
{
border-color: #324E03;
}
</style>