Shades of Dingley #5D903D
Tints of Dingley #5D903D
RGB
CMYK
RGB Variations
Color information
#5D903D (or 0x5D903D) is known color: Dingley. HEX triplet: 5D, 90 and 3D. RGB value is (93,144,61). Sum of RGB (Red+Green+Blue) = 93+144+61=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #5D903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D903D is #A26FC2. Grayscale: #777777. Windows color (decimal): -10645443 or 4034653. OLE color: 4034653.
HSL color Cylindrical-coordinate representation of color #5D903D: hue angle of 96.87º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D903D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 61 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.44 |
| HSL | 96.87º | 0.4% | 0.4% | - |
| HSV(B) | 96.87º | 0.58% | 0.56% | - |
| XYZ | 15.33 | 22.61 | 7.97 | - |
| YUV | 119.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 61 | 0.35 | 0 | 0.58 | 0.44 | 96.87 | 0.4 | 0.4 |
| Hex | 5D | 90 | 3D | 23 | 0 | 3A | 2C | 61 | 28 | 28 |
| Octal | 135 | 220 | 75 | 43 | 0 | 72 | 54 | 141 | 50 | 50 |
| Binary | 1011101 | 10010000 | 111101 | 100011 | 0 | 111010 | 101100 | 1100001 | 101000 | 101000 |
Color Harmonies of #5D903D
Complementary color
Monochromatic Colors of #5D903D
Black with #5D903D
Text Example
Text Example
White with #5D903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D903D; }
p { color: rgb(93,144,61); }
H1.HeaderClassName
{
color: #5D903D;
}
.AnyTagClassName
{
color: #5D903D;
}
</style>
background-color css
<style>
a { background-color: #5D903D; }
a { background-color: rgb(93,144,61); }
div.DivClassName
{
background-color: #5D903D;
}
.BgClassName
{
background-color: #5D903D;
}
</style>
border-color css
<style>
span { border-color: #5D903D; }
span { border-color: rgb(93,144,61); }
td.TdClassName
{
border-color: #5D903D;
}
.TagClassName
{
border-color: #5D903D;
}
</style>