Shades of Turtle Green #325011
Tints of Turtle Green #325011
RGB
CMYK
RGB Variations
Color information
#325011 (or 0x325011) is known color: Turtle Green. HEX triplet: 32, 50 and 11. RGB value is (50,80,17). Sum of RGB (Red+Green+Blue) = 50+80+17=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #325011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325011 is #CDAFEE. Grayscale: #404040. Windows color (decimal): -13479919 or 1134642. OLE color: 1134642.
HSL color Cylindrical-coordinate representation of color #325011: hue angle of 88.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325011 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 17 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.69 |
| HSL | 88.57º | 0.65% | 0.19% | - |
| HSV(B) | 88.57º | 0.79% | 0.31% | - |
| XYZ | 4.29 | 6.46 | 1.55 | - |
| YUV | 63.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 17 | 0.37 | 0 | 0.79 | 0.69 | 88.57 | 0.65 | 0.19 |
| Hex | 32 | 50 | 11 | 25 | 0 | 4F | 45 | 59 | 41 | 13 |
| Octal | 62 | 120 | 21 | 45 | 0 | 117 | 105 | 131 | 101 | 23 |
| Binary | 110010 | 1010000 | 10001 | 100101 | 0 | 1001111 | 1000101 | 1011001 | 1000001 | 10011 |
Color Harmonies of #325011
Complementary color
Monochromatic Colors of #325011
Black with #325011
Text Example
Text Example
White with #325011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325011; }
p { color: rgb(50,80,17); }
H1.HeaderClassName
{
color: #325011;
}
.AnyTagClassName
{
color: #325011;
}
</style>
background-color css
<style>
a { background-color: #325011; }
a { background-color: rgb(50,80,17); }
div.DivClassName
{
background-color: #325011;
}
.BgClassName
{
background-color: #325011;
}
</style>
border-color css
<style>
span { border-color: #325011; }
span { border-color: rgb(50,80,17); }
td.TdClassName
{
border-color: #325011;
}
.TagClassName
{
border-color: #325011;
}
</style>