Shades of Dingley #5F803F
Tints of Dingley #5F803F
RGB
CMYK
RGB Variations
Color information
#5F803F (or 0x5F803F) is known color: Dingley. HEX triplet: 5F, 80 and 3F. RGB value is (95,128,63). Sum of RGB (Red+Green+Blue) = 95+128+63=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #5F803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F803F is #A07FC0. Grayscale: #6E6E6E. Windows color (decimal): -10518465 or 4161631. OLE color: 4161631.
HSL color Cylindrical-coordinate representation of color #5F803F: hue angle of 90.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F803F is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 128 | 63 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.50 |
| HSL | 90.46º | 0.34% | 0.37% | - |
| HSV(B) | 90.46º | 0.51% | 0.5% | - |
| XYZ | 13.34 | 18.23 | 7.52 | - |
| YUV | 110.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 63 | 0.26 | 0 | 0.51 | 0.50 | 90.46 | 0.34 | 0.37 |
| Hex | 5F | 80 | 3F | 1A | 0 | 33 | 32 | 5A | 22 | 25 |
| Octal | 137 | 200 | 77 | 32 | 0 | 63 | 62 | 132 | 42 | 45 |
| Binary | 1011111 | 10000000 | 111111 | 11010 | 0 | 110011 | 110010 | 1011010 | 100010 | 100101 |
Color Harmonies of #5F803F
Complementary color
Monochromatic Colors of #5F803F
Black with #5F803F
Text Example
Text Example
White with #5F803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F803F; }
p { color: rgb(95,128,63); }
H1.HeaderClassName
{
color: #5F803F;
}
.AnyTagClassName
{
color: #5F803F;
}
</style>
background-color css
<style>
a { background-color: #5F803F; }
a { background-color: rgb(95,128,63); }
div.DivClassName
{
background-color: #5F803F;
}
.BgClassName
{
background-color: #5F803F;
}
</style>
border-color css
<style>
span { border-color: #5F803F; }
span { border-color: rgb(95,128,63); }
td.TdClassName
{
border-color: #5F803F;
}
.TagClassName
{
border-color: #5F803F;
}
</style>