Shades of Turtle Green #324310
Tints of Turtle Green #324310
RGB
CMYK
RGB Variations
Color information
#324310 (or 0x324310) is known color: Turtle Green. HEX triplet: 32, 43 and 10. RGB value is (50,67,16). Sum of RGB (Red+Green+Blue) = 50+67+16=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #324310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324310 is #CDBCEF. Grayscale: #383838. Windows color (decimal): -13483248 or 1065778. OLE color: 1065778.
HSL color Cylindrical-coordinate representation of color #324310: hue angle of 80º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324310 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 16 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.74 |
| HSL | 80º | 0.61% | 0.16% | - |
| HSV(B) | 80º | 0.76% | 0.26% | - |
| XYZ | 3.42 | 4.73 | 1.22 | - |
| YUV | 56.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 16 | 0.25 | 0 | 0.76 | 0.74 | 80 | 0.61 | 0.16 |
| Hex | 32 | 43 | 10 | 19 | 0 | 4C | 4A | 50 | 3D | 10 |
| Octal | 62 | 103 | 20 | 31 | 0 | 114 | 112 | 120 | 75 | 20 |
| Binary | 110010 | 1000011 | 10000 | 11001 | 0 | 1001100 | 1001010 | 1010000 | 111101 | 10000 |
Color Harmonies of #324310
Complementary color
Monochromatic Colors of #324310
Black with #324310
Text Example
Text Example
White with #324310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324310; }
p { color: rgb(50,67,16); }
H1.HeaderClassName
{
color: #324310;
}
.AnyTagClassName
{
color: #324310;
}
</style>
background-color css
<style>
a { background-color: #324310; }
a { background-color: rgb(50,67,16); }
div.DivClassName
{
background-color: #324310;
}
.BgClassName
{
background-color: #324310;
}
</style>
border-color css
<style>
span { border-color: #324310; }
span { border-color: rgb(50,67,16); }
td.TdClassName
{
border-color: #324310;
}
.TagClassName
{
border-color: #324310;
}
</style>