Shades of Turtle Green #32540D
Tints of Turtle Green #32540D
RGB
CMYK
RGB Variations
Color information
#32540D (or 0x32540D) is known color: Turtle Green. HEX triplet: 32, 54 and 0D. RGB value is (50,84,13). Sum of RGB (Red+Green+Blue) = 50+84+13=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #32540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32540D is #CDABF2. Grayscale: #414141. Windows color (decimal): -13478899 or 873522. OLE color: 873522.
HSL color Cylindrical-coordinate representation of color #32540D: hue angle of 88.73º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32540D is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 13 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.67 |
| HSL | 88.73º | 0.73% | 0.19% | - |
| HSV(B) | 88.73º | 0.85% | 0.33% | - |
| XYZ | 4.56 | 7.05 | 1.5 | - |
| YUV | 65.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 13 | 0.40 | 0 | 0.85 | 0.67 | 88.73 | 0.73 | 0.19 |
| Hex | 32 | 54 | D | 28 | 0 | 55 | 43 | 59 | 49 | 13 |
| Octal | 62 | 124 | 15 | 50 | 0 | 125 | 103 | 131 | 111 | 23 |
| Binary | 110010 | 1010100 | 1101 | 101000 | 0 | 1010101 | 1000011 | 1011001 | 1001001 | 10011 |
Color Harmonies of #32540D
Complementary color
Monochromatic Colors of #32540D
Black with #32540D
Text Example
Text Example
White with #32540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32540D; }
p { color: rgb(50,84,13); }
H1.HeaderClassName
{
color: #32540D;
}
.AnyTagClassName
{
color: #32540D;
}
</style>
background-color css
<style>
a { background-color: #32540D; }
a { background-color: rgb(50,84,13); }
div.DivClassName
{
background-color: #32540D;
}
.BgClassName
{
background-color: #32540D;
}
</style>
border-color css
<style>
span { border-color: #32540D; }
span { border-color: rgb(50,84,13); }
td.TdClassName
{
border-color: #32540D;
}
.TagClassName
{
border-color: #32540D;
}
</style>