Shades of Turtle Green #325509
Tints of Turtle Green #325509
RGB
CMYK
RGB Variations
Color information
#325509 (or 0x325509) is known color: Turtle Green. HEX triplet: 32, 55 and 09. RGB value is (50,85,9). Sum of RGB (Red+Green+Blue) = 50+85+9=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #325509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325509 is #CDAAF6. Grayscale: #424242. Windows color (decimal): -13478647 or 611634. OLE color: 611634.
HSL color Cylindrical-coordinate representation of color #325509: hue angle of 87.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #325509 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 9 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.67 |
| HSL | 87.63º | 0.81% | 0.18% | - |
| HSV(B) | 87.63º | 0.89% | 0.33% | - |
| XYZ | 4.61 | 7.19 | 1.4 | - |
| YUV | 65.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 9 | 0.41 | 0 | 0.89 | 0.67 | 87.63 | 0.81 | 0.18 |
| Hex | 32 | 55 | 9 | 29 | 0 | 59 | 43 | 58 | 51 | 12 |
| Octal | 62 | 125 | 11 | 51 | 0 | 131 | 103 | 130 | 121 | 22 |
| Binary | 110010 | 1010101 | 1001 | 101001 | 0 | 1011001 | 1000011 | 1011000 | 1010001 | 10010 |
Color Harmonies of #325509
Complementary color
Monochromatic Colors of #325509
Black with #325509
Text Example
Text Example
White with #325509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325509; }
p { color: rgb(50,85,9); }
H1.HeaderClassName
{
color: #325509;
}
.AnyTagClassName
{
color: #325509;
}
</style>
background-color css
<style>
a { background-color: #325509; }
a { background-color: rgb(50,85,9); }
div.DivClassName
{
background-color: #325509;
}
.BgClassName
{
background-color: #325509;
}
</style>
border-color css
<style>
span { border-color: #325509; }
span { border-color: rgb(50,85,9); }
td.TdClassName
{
border-color: #325509;
}
.TagClassName
{
border-color: #325509;
}
</style>