Shades of Turtle Green #32540A
Tints of Turtle Green #32540A
RGB
CMYK
RGB Variations
Color information
#32540A (or 0x32540A) is known color: Turtle Green. HEX triplet: 32, 54 and 0A. RGB value is (50,84,10). Sum of RGB (Red+Green+Blue) = 50+84+10=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #32540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32540A is #CDABF5. Grayscale: #414141. Windows color (decimal): -13478902 or 676914. OLE color: 676914.
HSL color Cylindrical-coordinate representation of color #32540A: hue angle of 87.57º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32540A is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 10 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.67 |
| HSL | 87.57º | 0.79% | 0.18% | - |
| HSV(B) | 87.57º | 0.88% | 0.33% | - |
| XYZ | 4.54 | 7.04 | 1.41 | - |
| YUV | 65.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 10 | 0.40 | 0 | 0.88 | 0.67 | 87.57 | 0.79 | 0.18 |
| Hex | 32 | 54 | A | 28 | 0 | 58 | 43 | 58 | 4F | 12 |
| Octal | 62 | 124 | 12 | 50 | 0 | 130 | 103 | 130 | 117 | 22 |
| Binary | 110010 | 1010100 | 1010 | 101000 | 0 | 1011000 | 1000011 | 1011000 | 1001111 | 10010 |
Color Harmonies of #32540A
Complementary color
Monochromatic Colors of #32540A
Black with #32540A
Text Example
Text Example
White with #32540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32540A; }
p { color: rgb(50,84,10); }
H1.HeaderClassName
{
color: #32540A;
}
.AnyTagClassName
{
color: #32540A;
}
</style>
background-color css
<style>
a { background-color: #32540A; }
a { background-color: rgb(50,84,10); }
div.DivClassName
{
background-color: #32540A;
}
.BgClassName
{
background-color: #32540A;
}
</style>
border-color css
<style>
span { border-color: #32540A; }
span { border-color: rgb(50,84,10); }
td.TdClassName
{
border-color: #32540A;
}
.TagClassName
{
border-color: #32540A;
}
</style>