Shades of Turtle Green #324603
Tints of Turtle Green #324603
RGB
CMYK
RGB Variations
Color information
#324603 (or 0x324603) is known color: Turtle Green. HEX triplet: 32, 46 and 03. RGB value is (50,70,3). Sum of RGB (Red+Green+Blue) = 50+70+3=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #324603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324603 is #CDB9FC. Grayscale: #383838. Windows color (decimal): -13482493 or 214578. OLE color: 214578.
HSL color Cylindrical-coordinate representation of color #324603: hue angle of 77.91º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #324603 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 3 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.73 |
| HSL | 77.91º | 0.92% | 0.14% | - |
| HSV(B) | 77.91º | 0.96% | 0.27% | - |
| XYZ | 3.52 | 5.07 | 0.88 | - |
| YUV | 56.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 3 | 0.29 | 0 | 0.96 | 0.73 | 77.91 | 0.92 | 0.14 |
| Hex | 32 | 46 | 3 | 1D | 0 | 60 | 49 | 4E | 5C | E |
| Octal | 62 | 106 | 3 | 35 | 0 | 140 | 111 | 116 | 134 | 16 |
| Binary | 110010 | 1000110 | 11 | 11101 | 0 | 1100000 | 1001001 | 1001110 | 1011100 | 1110 |
Color Harmonies of #324603
Complementary color
Monochromatic Colors of #324603
Black with #324603
Text Example
Text Example
White with #324603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324603; }
p { color: rgb(50,70,3); }
H1.HeaderClassName
{
color: #324603;
}
.AnyTagClassName
{
color: #324603;
}
</style>
background-color css
<style>
a { background-color: #324603; }
a { background-color: rgb(50,70,3); }
div.DivClassName
{
background-color: #324603;
}
.BgClassName
{
background-color: #324603;
}
</style>
border-color css
<style>
span { border-color: #324603; }
span { border-color: rgb(50,70,3); }
td.TdClassName
{
border-color: #324603;
}
.TagClassName
{
border-color: #324603;
}
</style>