Shades of Turtle Green #325306
Tints of Turtle Green #325306
RGB
CMYK
RGB Variations
Color information
#325306 (or 0x325306) is known color: Turtle Green. HEX triplet: 32, 53 and 06. RGB value is (50,83,6). Sum of RGB (Red+Green+Blue) = 50+83+6=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #325306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325306 is #CDACF9. Grayscale: #404040. Windows color (decimal): -13479162 or 414514. OLE color: 414514.
HSL color Cylindrical-coordinate representation of color #325306: hue angle of 85.71º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325306 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 6 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.67 |
| HSL | 85.71º | 0.87% | 0.17% | - |
| HSV(B) | 85.71º | 0.93% | 0.33% | - |
| XYZ | 4.44 | 6.88 | 1.27 | - |
| YUV | 64.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 6 | 0.40 | 0 | 0.93 | 0.67 | 85.71 | 0.87 | 0.17 |
| Hex | 32 | 53 | 6 | 28 | 0 | 5D | 43 | 56 | 57 | 11 |
| Octal | 62 | 123 | 6 | 50 | 0 | 135 | 103 | 126 | 127 | 21 |
| Binary | 110010 | 1010011 | 110 | 101000 | 0 | 1011101 | 1000011 | 1010110 | 1010111 | 10001 |
Color Harmonies of #325306
Complementary color
Monochromatic Colors of #325306
Black with #325306
Text Example
Text Example
White with #325306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325306; }
p { color: rgb(50,83,6); }
H1.HeaderClassName
{
color: #325306;
}
.AnyTagClassName
{
color: #325306;
}
</style>
background-color css
<style>
a { background-color: #325306; }
a { background-color: rgb(50,83,6); }
div.DivClassName
{
background-color: #325306;
}
.BgClassName
{
background-color: #325306;
}
</style>
border-color css
<style>
span { border-color: #325306; }
span { border-color: rgb(50,83,6); }
td.TdClassName
{
border-color: #325306;
}
.TagClassName
{
border-color: #325306;
}
</style>