Shades of Turtle Green #325006
Tints of Turtle Green #325006
RGB
CMYK
RGB Variations
Color information
#325006 (or 0x325006) is known color: Turtle Green. HEX triplet: 32, 50 and 06. RGB value is (50,80,6). Sum of RGB (Red+Green+Blue) = 50+80+6=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #325006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325006 is #CDAFF9. Grayscale: #3E3E3E. Windows color (decimal): -13479930 or 413746. OLE color: 413746.
HSL color Cylindrical-coordinate representation of color #325006: hue angle of 84.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325006 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 6 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.69 |
| HSL | 84.32º | 0.86% | 0.17% | - |
| HSV(B) | 84.32º | 0.93% | 0.31% | - |
| XYZ | 4.22 | 6.43 | 1.19 | - |
| YUV | 62.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 6 | 0.37 | 0 | 0.92 | 0.69 | 84.32 | 0.86 | 0.17 |
| Hex | 32 | 50 | 6 | 25 | 0 | 5C | 45 | 54 | 56 | 11 |
| Octal | 62 | 120 | 6 | 45 | 0 | 134 | 105 | 124 | 126 | 21 |
| Binary | 110010 | 1010000 | 110 | 100101 | 0 | 1011100 | 1000101 | 1010100 | 1010110 | 10001 |
Color Harmonies of #325006
Complementary color
Monochromatic Colors of #325006
Black with #325006
Text Example
Text Example
White with #325006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325006; }
p { color: rgb(50,80,6); }
H1.HeaderClassName
{
color: #325006;
}
.AnyTagClassName
{
color: #325006;
}
</style>
background-color css
<style>
a { background-color: #325006; }
a { background-color: rgb(50,80,6); }
div.DivClassName
{
background-color: #325006;
}
.BgClassName
{
background-color: #325006;
}
</style>
border-color css
<style>
span { border-color: #325006; }
span { border-color: rgb(50,80,6); }
td.TdClassName
{
border-color: #325006;
}
.TagClassName
{
border-color: #325006;
}
</style>