Shades of Turtle Green #324512
Tints of Turtle Green #324512
RGB
CMYK
RGB Variations
Color information
#324512 (or 0x324512) is known color: Turtle Green. HEX triplet: 32, 45 and 12. RGB value is (50,69,18). Sum of RGB (Red+Green+Blue) = 50+69+18=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #324512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324512 is #CDBAED. Grayscale: #393939. Windows color (decimal): -13482734 or 1197362. OLE color: 1197362.
HSL color Cylindrical-coordinate representation of color #324512: hue angle of 82.35º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324512 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 18 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.73 |
| HSL | 82.35º | 0.59% | 0.17% | - |
| HSV(B) | 82.35º | 0.74% | 0.27% | - |
| XYZ | 3.55 | 4.98 | 1.35 | - |
| YUV | 57.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 18 | 0.28 | 0 | 0.74 | 0.73 | 82.35 | 0.59 | 0.17 |
| Hex | 32 | 45 | 12 | 1C | 0 | 4A | 49 | 52 | 3B | 11 |
| Octal | 62 | 105 | 22 | 34 | 0 | 112 | 111 | 122 | 73 | 21 |
| Binary | 110010 | 1000101 | 10010 | 11100 | 0 | 1001010 | 1001001 | 1010010 | 111011 | 10001 |
Color Harmonies of #324512
Complementary color
Monochromatic Colors of #324512
Black with #324512
Text Example
Text Example
White with #324512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324512; }
p { color: rgb(50,69,18); }
H1.HeaderClassName
{
color: #324512;
}
.AnyTagClassName
{
color: #324512;
}
</style>
background-color css
<style>
a { background-color: #324512; }
a { background-color: rgb(50,69,18); }
div.DivClassName
{
background-color: #324512;
}
.BgClassName
{
background-color: #324512;
}
</style>
border-color css
<style>
span { border-color: #324512; }
span { border-color: rgb(50,69,18); }
td.TdClassName
{
border-color: #324512;
}
.TagClassName
{
border-color: #324512;
}
</style>