Shades of Turtle Green #325108
Tints of Turtle Green #325108
RGB
CMYK
RGB Variations
Color information
#325108 (or 0x325108) is known color: Turtle Green. HEX triplet: 32, 51 and 08. RGB value is (50,81,8). Sum of RGB (Red+Green+Blue) = 50+81+8=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #325108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325108 is #CDAEF7. Grayscale: #3F3F3F. Windows color (decimal): -13479672 or 545074. OLE color: 545074.
HSL color Cylindrical-coordinate representation of color #325108: hue angle of 85.48º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #325108 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 8 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.68 |
| HSL | 85.48º | 0.82% | 0.17% | - |
| HSV(B) | 85.48º | 0.9% | 0.32% | - |
| XYZ | 4.3 | 6.58 | 1.27 | - |
| YUV | 63.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 8 | 0.38 | 0 | 0.90 | 0.68 | 85.48 | 0.82 | 0.17 |
| Hex | 32 | 51 | 8 | 26 | 0 | 5A | 44 | 55 | 52 | 11 |
| Octal | 62 | 121 | 10 | 46 | 0 | 132 | 104 | 125 | 122 | 21 |
| Binary | 110010 | 1010001 | 1000 | 100110 | 0 | 1011010 | 1000100 | 1010101 | 1010010 | 10001 |
Color Harmonies of #325108
Complementary color
Monochromatic Colors of #325108
Black with #325108
Text Example
Text Example
White with #325108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325108; }
p { color: rgb(50,81,8); }
H1.HeaderClassName
{
color: #325108;
}
.AnyTagClassName
{
color: #325108;
}
</style>
background-color css
<style>
a { background-color: #325108; }
a { background-color: rgb(50,81,8); }
div.DivClassName
{
background-color: #325108;
}
.BgClassName
{
background-color: #325108;
}
</style>
border-color css
<style>
span { border-color: #325108; }
span { border-color: rgb(50,81,8); }
td.TdClassName
{
border-color: #325108;
}
.TagClassName
{
border-color: #325108;
}
</style>