Shades of Turtle Green #324613
Tints of Turtle Green #324613
RGB
CMYK
RGB Variations
Color information
#324613 (or 0x324613) is known color: Turtle Green. HEX triplet: 32, 46 and 13. RGB value is (50,70,19). Sum of RGB (Red+Green+Blue) = 50+70+19=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #324613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324613 is #CDB9EC. Grayscale: #3A3A3A. Windows color (decimal): -13482477 or 1263154. OLE color: 1263154.
HSL color Cylindrical-coordinate representation of color #324613: hue angle of 83.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324613 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 19 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.73 |
| HSL | 83.53º | 0.57% | 0.17% | - |
| HSV(B) | 83.53º | 0.73% | 0.27% | - |
| XYZ | 3.62 | 5.11 | 1.41 | - |
| YUV | 58.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 19 | 0.29 | 0 | 0.73 | 0.73 | 83.53 | 0.57 | 0.17 |
| Hex | 32 | 46 | 13 | 1D | 0 | 49 | 49 | 54 | 39 | 11 |
| Octal | 62 | 106 | 23 | 35 | 0 | 111 | 111 | 124 | 71 | 21 |
| Binary | 110010 | 1000110 | 10011 | 11101 | 0 | 1001001 | 1001001 | 1010100 | 111001 | 10001 |
Color Harmonies of #324613
Complementary color
Monochromatic Colors of #324613
Black with #324613
Text Example
Text Example
White with #324613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324613; }
p { color: rgb(50,70,19); }
H1.HeaderClassName
{
color: #324613;
}
.AnyTagClassName
{
color: #324613;
}
</style>
background-color css
<style>
a { background-color: #324613; }
a { background-color: rgb(50,70,19); }
div.DivClassName
{
background-color: #324613;
}
.BgClassName
{
background-color: #324613;
}
</style>
border-color css
<style>
span { border-color: #324613; }
span { border-color: rgb(50,70,19); }
td.TdClassName
{
border-color: #324613;
}
.TagClassName
{
border-color: #324613;
}
</style>