Shades of Turtle Green #324500
Tints of Turtle Green #324500
RGB
CMYK
RGB Variations
Color information
#324500 (or 0x324500) is known color: Turtle Green. HEX triplet: 32, 45 and 00. RGB value is (50,69,0). Sum of RGB (Red+Green+Blue) = 50+69+0=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #324500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324500 is #CDBAFF. Grayscale: #373737. Windows color (decimal): -13482752 or 17714. OLE color: 17714.
HSL color Cylindrical-coordinate representation of color #324500: hue angle of 76.52º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324500 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.73 |
| HSL | 76.52º | 1% | 0.14% | - |
| HSV(B) | 76.52º | 1% | 0.27% | - |
| XYZ | 3.44 | 4.93 | 0.77 | - |
| YUV | 55.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 0 | 0.28 | 0 | 1 | 0.73 | 76.52 | 1 | 0.14 |
| Hex | 32 | 45 | 0 | 1C | 0 | 64 | 49 | 4D | 64 | E |
| Octal | 62 | 105 | 0 | 34 | 0 | 144 | 111 | 115 | 144 | 16 |
| Binary | 110010 | 1000101 | 0 | 11100 | 0 | 1100100 | 1001001 | 1001101 | 1100100 | 1110 |
Color Harmonies of #324500
Complementary color
Monochromatic Colors of #324500
Black with #324500
Text Example
Text Example
White with #324500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324500; }
p { color: rgb(50,69,0); }
H1.HeaderClassName
{
color: #324500;
}
.AnyTagClassName
{
color: #324500;
}
</style>
background-color css
<style>
a { background-color: #324500; }
a { background-color: rgb(50,69,0); }
div.DivClassName
{
background-color: #324500;
}
.BgClassName
{
background-color: #324500;
}
</style>
border-color css
<style>
span { border-color: #324500; }
span { border-color: rgb(50,69,0); }
td.TdClassName
{
border-color: #324500;
}
.TagClassName
{
border-color: #324500;
}
</style>