Shades of Turtle Green #32530D
Tints of Turtle Green #32530D
RGB
CMYK
RGB Variations
Color information
#32530D (or 0x32530D) is known color: Turtle Green. HEX triplet: 32, 53 and 0D. RGB value is (50,83,13). Sum of RGB (Red+Green+Blue) = 50+83+13=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #32530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32530D is #CDACF2. Grayscale: #414141. Windows color (decimal): -13479155 or 873266. OLE color: 873266.
HSL color Cylindrical-coordinate representation of color #32530D: hue angle of 88.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32530D is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 13 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.67 |
| HSL | 88.29º | 0.73% | 0.19% | - |
| HSV(B) | 88.29º | 0.84% | 0.33% | - |
| XYZ | 4.48 | 6.89 | 1.48 | - |
| YUV | 65.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 13 | 0.40 | 0 | 0.84 | 0.67 | 88.29 | 0.73 | 0.19 |
| Hex | 32 | 53 | D | 28 | 0 | 54 | 43 | 58 | 49 | 13 |
| Octal | 62 | 123 | 15 | 50 | 0 | 124 | 103 | 130 | 111 | 23 |
| Binary | 110010 | 1010011 | 1101 | 101000 | 0 | 1010100 | 1000011 | 1011000 | 1001001 | 10011 |
Color Harmonies of #32530D
Complementary color
Monochromatic Colors of #32530D
Black with #32530D
Text Example
Text Example
White with #32530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32530D; }
p { color: rgb(50,83,13); }
H1.HeaderClassName
{
color: #32530D;
}
.AnyTagClassName
{
color: #32530D;
}
</style>
background-color css
<style>
a { background-color: #32530D; }
a { background-color: rgb(50,83,13); }
div.DivClassName
{
background-color: #32530D;
}
.BgClassName
{
background-color: #32530D;
}
</style>
border-color css
<style>
span { border-color: #32530D; }
span { border-color: rgb(50,83,13); }
td.TdClassName
{
border-color: #32530D;
}
.TagClassName
{
border-color: #32530D;
}
</style>