Shades of Dingley #5C7B3B
Tints of Dingley #5C7B3B
RGB
CMYK
RGB Variations
Color information
#5C7B3B (or 0x5C7B3B) is known color: Dingley. HEX triplet: 5C, 7B and 3B. RGB value is (92,123,59). Sum of RGB (Red+Green+Blue) = 92+123+59=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B3B is #A384C4. Grayscale: #6A6A6A. Windows color (decimal): -10716357 or 3898204. OLE color: 3898204.
HSL color Cylindrical-coordinate representation of color #5C7B3B: hue angle of 89.06º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C7B3B is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 59 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.52 |
| HSL | 89.06º | 0.35% | 0.36% | - |
| HSV(B) | 89.06º | 0.52% | 0.48% | - |
| XYZ | 12.29 | 16.76 | 6.72 | - |
| YUV | 106.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 59 | 0.25 | 0 | 0.52 | 0.52 | 89.06 | 0.35 | 0.36 |
| Hex | 5C | 7B | 3B | 19 | 0 | 34 | 34 | 59 | 23 | 24 |
| Octal | 134 | 173 | 73 | 31 | 0 | 64 | 64 | 131 | 43 | 44 |
| Binary | 1011100 | 1111011 | 111011 | 11001 | 0 | 110100 | 110100 | 1011001 | 100011 | 100100 |
Color Harmonies of #5C7B3B
Complementary color
Monochromatic Colors of #5C7B3B
Black with #5C7B3B
Text Example
Text Example
White with #5C7B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B3B; }
p { color: rgb(92,123,59); }
H1.HeaderClassName
{
color: #5C7B3B;
}
.AnyTagClassName
{
color: #5C7B3B;
}
</style>
background-color css
<style>
a { background-color: #5C7B3B; }
a { background-color: rgb(92,123,59); }
div.DivClassName
{
background-color: #5C7B3B;
}
.BgClassName
{
background-color: #5C7B3B;
}
</style>
border-color css
<style>
span { border-color: #5C7B3B; }
span { border-color: rgb(92,123,59); }
td.TdClassName
{
border-color: #5C7B3B;
}
.TagClassName
{
border-color: #5C7B3B;
}
</style>