Shades of Turtle Green #325008
Tints of Turtle Green #325008
RGB
CMYK
RGB Variations
Color information
#325008 (or 0x325008) is known color: Turtle Green. HEX triplet: 32, 50 and 08. RGB value is (50,80,8). Sum of RGB (Red+Green+Blue) = 50+80+8=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #325008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325008 is #CDAFF7. Grayscale: #3F3F3F. Windows color (decimal): -13479928 or 544818. OLE color: 544818.
HSL color Cylindrical-coordinate representation of color #325008: hue angle of 85º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #325008 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 8 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.69 |
| HSL | 85º | 0.82% | 0.17% | - |
| HSV(B) | 85º | 0.9% | 0.31% | - |
| XYZ | 4.23 | 6.43 | 1.25 | - |
| YUV | 62.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 8 | 0.37 | 0 | 0.90 | 0.69 | 85 | 0.82 | 0.17 |
| Hex | 32 | 50 | 8 | 25 | 0 | 5A | 45 | 55 | 52 | 11 |
| Octal | 62 | 120 | 10 | 45 | 0 | 132 | 105 | 125 | 122 | 21 |
| Binary | 110010 | 1010000 | 1000 | 100101 | 0 | 1011010 | 1000101 | 1010101 | 1010010 | 10001 |
Color Harmonies of #325008
Complementary color
Monochromatic Colors of #325008
Black with #325008
Text Example
Text Example
White with #325008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325008; }
p { color: rgb(50,80,8); }
H1.HeaderClassName
{
color: #325008;
}
.AnyTagClassName
{
color: #325008;
}
</style>
background-color css
<style>
a { background-color: #325008; }
a { background-color: rgb(50,80,8); }
div.DivClassName
{
background-color: #325008;
}
.BgClassName
{
background-color: #325008;
}
</style>
border-color css
<style>
span { border-color: #325008; }
span { border-color: rgb(50,80,8); }
td.TdClassName
{
border-color: #325008;
}
.TagClassName
{
border-color: #325008;
}
</style>