Shades of Turtle Green #324214
Tints of Turtle Green #324214
RGB
CMYK
RGB Variations
Color information
#324214 (or 0x324214) is known color: Turtle Green. HEX triplet: 32, 42 and 14. RGB value is (50,66,20). Sum of RGB (Red+Green+Blue) = 50+66+20=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #324214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324214 is #CDBDEB. Grayscale: #383838. Windows color (decimal): -13483500 or 1327666. OLE color: 1327666.
HSL color Cylindrical-coordinate representation of color #324214: hue angle of 80.87º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324214 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 20 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.74 |
| HSL | 80.87º | 0.53% | 0.17% | - |
| HSV(B) | 80.87º | 0.7% | 0.26% | - |
| XYZ | 3.39 | 4.63 | 1.38 | - |
| YUV | 55.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 20 | 0.24 | 0 | 0.70 | 0.74 | 80.87 | 0.53 | 0.17 |
| Hex | 32 | 42 | 14 | 18 | 0 | 46 | 4A | 51 | 35 | 11 |
| Octal | 62 | 102 | 24 | 30 | 0 | 106 | 112 | 121 | 65 | 21 |
| Binary | 110010 | 1000010 | 10100 | 11000 | 0 | 1000110 | 1001010 | 1010001 | 110101 | 10001 |
Color Harmonies of #324214
Complementary color
Monochromatic Colors of #324214
Black with #324214
Text Example
Text Example
White with #324214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324214; }
p { color: rgb(50,66,20); }
H1.HeaderClassName
{
color: #324214;
}
.AnyTagClassName
{
color: #324214;
}
</style>
background-color css
<style>
a { background-color: #324214; }
a { background-color: rgb(50,66,20); }
div.DivClassName
{
background-color: #324214;
}
.BgClassName
{
background-color: #324214;
}
</style>
border-color css
<style>
span { border-color: #324214; }
span { border-color: rgb(50,66,20); }
td.TdClassName
{
border-color: #324214;
}
.TagClassName
{
border-color: #324214;
}
</style>