Shades of Turtle Green #32460A
Tints of Turtle Green #32460A
RGB
CMYK
RGB Variations
Color information
#32460A (or 0x32460A) is known color: Turtle Green. HEX triplet: 32, 46 and 0A. RGB value is (50,70,10). Sum of RGB (Red+Green+Blue) = 50+70+10=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #32460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32460A is #CDB9F5. Grayscale: #393939. Windows color (decimal): -13482486 or 673330. OLE color: 673330.
HSL color Cylindrical-coordinate representation of color #32460A: hue angle of 80º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32460A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 10 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.73 |
| HSL | 80º | 0.75% | 0.16% | - |
| HSV(B) | 80º | 0.86% | 0.27% | - |
| XYZ | 3.56 | 5.08 | 1.08 | - |
| YUV | 57.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 10 | 0.29 | 0 | 0.86 | 0.73 | 80 | 0.75 | 0.16 |
| Hex | 32 | 46 | A | 1D | 0 | 56 | 49 | 50 | 4B | 10 |
| Octal | 62 | 106 | 12 | 35 | 0 | 126 | 111 | 120 | 113 | 20 |
| Binary | 110010 | 1000110 | 1010 | 11101 | 0 | 1010110 | 1001001 | 1010000 | 1001011 | 10000 |
Color Harmonies of #32460A
Complementary color
Monochromatic Colors of #32460A
Black with #32460A
Text Example
Text Example
White with #32460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32460A; }
p { color: rgb(50,70,10); }
H1.HeaderClassName
{
color: #32460A;
}
.AnyTagClassName
{
color: #32460A;
}
</style>
background-color css
<style>
a { background-color: #32460A; }
a { background-color: rgb(50,70,10); }
div.DivClassName
{
background-color: #32460A;
}
.BgClassName
{
background-color: #32460A;
}
</style>
border-color css
<style>
span { border-color: #32460A; }
span { border-color: rgb(50,70,10); }
td.TdClassName
{
border-color: #32460A;
}
.TagClassName
{
border-color: #32460A;
}
</style>