Shades of Turtle Green #32460C
Tints of Turtle Green #32460C
RGB
CMYK
RGB Variations
Color information
#32460C (or 0x32460C) is known color: Turtle Green. HEX triplet: 32, 46 and 0C. RGB value is (50,70,12). Sum of RGB (Red+Green+Blue) = 50+70+12=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #32460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32460C is #CDB9F3. Grayscale: #393939. Windows color (decimal): -13482484 or 804402. OLE color: 804402.
HSL color Cylindrical-coordinate representation of color #32460C: hue angle of 80.69º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32460C is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 70 | 12 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.73 |
| HSL | 80.69º | 0.71% | 0.16% | - |
| HSV(B) | 80.69º | 0.83% | 0.27% | - |
| XYZ | 3.57 | 5.08 | 1.14 | - |
| YUV | 57.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 12 | 0.29 | 0 | 0.83 | 0.73 | 80.69 | 0.71 | 0.16 |
| Hex | 32 | 46 | C | 1D | 0 | 53 | 49 | 51 | 47 | 10 |
| Octal | 62 | 106 | 14 | 35 | 0 | 123 | 111 | 121 | 107 | 20 |
| Binary | 110010 | 1000110 | 1100 | 11101 | 0 | 1010011 | 1001001 | 1010001 | 1000111 | 10000 |
Color Harmonies of #32460C
Complementary color
Monochromatic Colors of #32460C
Black with #32460C
Text Example
Text Example
White with #32460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32460C; }
p { color: rgb(50,70,12); }
H1.HeaderClassName
{
color: #32460C;
}
.AnyTagClassName
{
color: #32460C;
}
</style>
background-color css
<style>
a { background-color: #32460C; }
a { background-color: rgb(50,70,12); }
div.DivClassName
{
background-color: #32460C;
}
.BgClassName
{
background-color: #32460C;
}
</style>
border-color css
<style>
span { border-color: #32460C; }
span { border-color: rgb(50,70,12); }
td.TdClassName
{
border-color: #32460C;
}
.TagClassName
{
border-color: #32460C;
}
</style>