Shades of Turtle Green #325405
Tints of Turtle Green #325405
RGB
CMYK
RGB Variations
Color information
#325405 (or 0x325405) is known color: Turtle Green. HEX triplet: 32, 54 and 05. RGB value is (50,84,5). Sum of RGB (Red+Green+Blue) = 50+84+5=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #325405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325405 is #CDABFA. Grayscale: #414141. Windows color (decimal): -13478907 or 349234. OLE color: 349234.
HSL color Cylindrical-coordinate representation of color #325405: hue angle of 85.82º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #325405 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 5 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.67 |
| HSL | 85.82º | 0.89% | 0.17% | - |
| HSV(B) | 85.82º | 0.94% | 0.33% | - |
| XYZ | 4.51 | 7.03 | 1.26 | - |
| YUV | 64.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 5 | 0.40 | 0 | 0.94 | 0.67 | 85.82 | 0.89 | 0.17 |
| Hex | 32 | 54 | 5 | 28 | 0 | 5E | 43 | 56 | 59 | 11 |
| Octal | 62 | 124 | 5 | 50 | 0 | 136 | 103 | 126 | 131 | 21 |
| Binary | 110010 | 1010100 | 101 | 101000 | 0 | 1011110 | 1000011 | 1010110 | 1011001 | 10001 |
Color Harmonies of #325405
Complementary color
Monochromatic Colors of #325405
Black with #325405
Text Example
Text Example
White with #325405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325405; }
p { color: rgb(50,84,5); }
H1.HeaderClassName
{
color: #325405;
}
.AnyTagClassName
{
color: #325405;
}
</style>
background-color css
<style>
a { background-color: #325405; }
a { background-color: rgb(50,84,5); }
div.DivClassName
{
background-color: #325405;
}
.BgClassName
{
background-color: #325405;
}
</style>
border-color css
<style>
span { border-color: #325405; }
span { border-color: rgb(50,84,5); }
td.TdClassName
{
border-color: #325405;
}
.TagClassName
{
border-color: #325405;
}
</style>