Shades of Turtle Green #32500F
Tints of Turtle Green #32500F
RGB
CMYK
RGB Variations
Color information
#32500F (or 0x32500F) is known color: Turtle Green. HEX triplet: 32, 50 and 0F. RGB value is (50,80,15). Sum of RGB (Red+Green+Blue) = 50+80+15=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #32500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32500F is #CDAFF0. Grayscale: #3F3F3F. Windows color (decimal): -13479921 or 1003570. OLE color: 1003570.
HSL color Cylindrical-coordinate representation of color #32500F: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32500F is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 15 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.69 |
| HSL | 87.69º | 0.68% | 0.19% | - |
| HSV(B) | 87.69º | 0.81% | 0.31% | - |
| XYZ | 4.27 | 6.45 | 1.47 | - |
| YUV | 63.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 15 | 0.37 | 0 | 0.81 | 0.69 | 87.69 | 0.68 | 0.19 |
| Hex | 32 | 50 | F | 25 | 0 | 51 | 45 | 58 | 44 | 13 |
| Octal | 62 | 120 | 17 | 45 | 0 | 121 | 105 | 130 | 104 | 23 |
| Binary | 110010 | 1010000 | 1111 | 100101 | 0 | 1010001 | 1000101 | 1011000 | 1000100 | 10011 |
Color Harmonies of #32500F
Complementary color
Monochromatic Colors of #32500F
Black with #32500F
Text Example
Text Example
White with #32500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32500F; }
p { color: rgb(50,80,15); }
H1.HeaderClassName
{
color: #32500F;
}
.AnyTagClassName
{
color: #32500F;
}
</style>
background-color css
<style>
a { background-color: #32500F; }
a { background-color: rgb(50,80,15); }
div.DivClassName
{
background-color: #32500F;
}
.BgClassName
{
background-color: #32500F;
}
</style>
border-color css
<style>
span { border-color: #32500F; }
span { border-color: rgb(50,80,15); }
td.TdClassName
{
border-color: #32500F;
}
.TagClassName
{
border-color: #32500F;
}
</style>