Shades of Dingley #5C7B3D
Tints of Dingley #5C7B3D
RGB
CMYK
RGB Variations
Color information
#5C7B3D (or 0x5C7B3D) is known color: Dingley. HEX triplet: 5C, 7B and 3D. RGB value is (92,123,61). Sum of RGB (Red+Green+Blue) = 92+123+61=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B3D is #A384C2. Grayscale: #6A6A6A. Windows color (decimal): -10716355 or 4029276. OLE color: 4029276.
HSL color Cylindrical-coordinate representation of color #5C7B3D: hue angle of 90º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C7B3D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 61 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.52 |
| HSL | 90º | 0.34% | 0.36% | - |
| HSV(B) | 90º | 0.5% | 0.48% | - |
| XYZ | 12.34 | 16.78 | 7 | - |
| YUV | 106.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 61 | 0.25 | 0 | 0.50 | 0.52 | 90 | 0.34 | 0.36 |
| Hex | 5C | 7B | 3D | 19 | 0 | 32 | 34 | 5A | 22 | 24 |
| Octal | 134 | 173 | 75 | 31 | 0 | 62 | 64 | 132 | 42 | 44 |
| Binary | 1011100 | 1111011 | 111101 | 11001 | 0 | 110010 | 110100 | 1011010 | 100010 | 100100 |
Color Harmonies of #5C7B3D
Complementary color
Monochromatic Colors of #5C7B3D
Black with #5C7B3D
Text Example
Text Example
White with #5C7B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B3D; }
p { color: rgb(92,123,61); }
H1.HeaderClassName
{
color: #5C7B3D;
}
.AnyTagClassName
{
color: #5C7B3D;
}
</style>
background-color css
<style>
a { background-color: #5C7B3D; }
a { background-color: rgb(92,123,61); }
div.DivClassName
{
background-color: #5C7B3D;
}
.BgClassName
{
background-color: #5C7B3D;
}
</style>
border-color css
<style>
span { border-color: #5C7B3D; }
span { border-color: rgb(92,123,61); }
td.TdClassName
{
border-color: #5C7B3D;
}
.TagClassName
{
border-color: #5C7B3D;
}
</style>