Shades of Dingley #57833C
Tints of Dingley #57833C
RGB
CMYK
RGB Variations
Color information
#57833C (or 0x57833C) is known color: Dingley. HEX triplet: 57, 83 and 3C. RGB value is (87,131,60). Sum of RGB (Red+Green+Blue) = 87+131+60=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #57833C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57833C is #A87CC3. Grayscale: #6D6D6D. Windows color (decimal): -11041988 or 3965783. OLE color: 3965783.
HSL color Cylindrical-coordinate representation of color #57833C: hue angle of 97.18º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57833C is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 131 | 60 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.49 |
| HSL | 97.18º | 0.37% | 0.37% | - |
| HSV(B) | 97.18º | 0.54% | 0.51% | - |
| XYZ | 12.86 | 18.59 | 7.18 | - |
| YUV | 109.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 60 | 0.34 | 0 | 0.54 | 0.49 | 97.18 | 0.37 | 0.37 |
| Hex | 57 | 83 | 3C | 22 | 0 | 36 | 31 | 61 | 25 | 25 |
| Octal | 127 | 203 | 74 | 42 | 0 | 66 | 61 | 141 | 45 | 45 |
| Binary | 1010111 | 10000011 | 111100 | 100010 | 0 | 110110 | 110001 | 1100001 | 100101 | 100101 |
Color Harmonies of #57833C
Complementary color
Monochromatic Colors of #57833C
Black with #57833C
Text Example
Text Example
White with #57833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57833C; }
p { color: rgb(87,131,60); }
H1.HeaderClassName
{
color: #57833C;
}
.AnyTagClassName
{
color: #57833C;
}
</style>
background-color css
<style>
a { background-color: #57833C; }
a { background-color: rgb(87,131,60); }
div.DivClassName
{
background-color: #57833C;
}
.BgClassName
{
background-color: #57833C;
}
</style>
border-color css
<style>
span { border-color: #57833C; }
span { border-color: rgb(87,131,60); }
td.TdClassName
{
border-color: #57833C;
}
.TagClassName
{
border-color: #57833C;
}
</style>