Shades of Turtle Green #325207
Tints of Turtle Green #325207
RGB
CMYK
RGB Variations
Color information
#325207 (or 0x325207) is known color: Turtle Green. HEX triplet: 32, 52 and 07. RGB value is (50,82,7). Sum of RGB (Red+Green+Blue) = 50+82+7=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #325207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325207 is #CDADF8. Grayscale: #404040. Windows color (decimal): -13479417 or 479794. OLE color: 479794.
HSL color Cylindrical-coordinate representation of color #325207: hue angle of 85.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #325207 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 7 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.68 |
| HSL | 85.6º | 0.84% | 0.17% | - |
| HSV(B) | 85.6º | 0.91% | 0.32% | - |
| XYZ | 4.37 | 6.73 | 1.27 | - |
| YUV | 63.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 7 | 0.39 | 0 | 0.91 | 0.68 | 85.6 | 0.84 | 0.17 |
| Hex | 32 | 52 | 7 | 27 | 0 | 5B | 44 | 56 | 54 | 11 |
| Octal | 62 | 122 | 7 | 47 | 0 | 133 | 104 | 126 | 124 | 21 |
| Binary | 110010 | 1010010 | 111 | 100111 | 0 | 1011011 | 1000100 | 1010110 | 1010100 | 10001 |
Color Harmonies of #325207
Complementary color
Monochromatic Colors of #325207
Black with #325207
Text Example
Text Example
White with #325207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325207; }
p { color: rgb(50,82,7); }
H1.HeaderClassName
{
color: #325207;
}
.AnyTagClassName
{
color: #325207;
}
</style>
background-color css
<style>
a { background-color: #325207; }
a { background-color: rgb(50,82,7); }
div.DivClassName
{
background-color: #325207;
}
.BgClassName
{
background-color: #325207;
}
</style>
border-color css
<style>
span { border-color: #325207; }
span { border-color: rgb(50,82,7); }
td.TdClassName
{
border-color: #325207;
}
.TagClassName
{
border-color: #325207;
}
</style>