Shades of Dingley #648941
Tints of Dingley #648941
RGB
CMYK
RGB Variations
Color information
#648941 (or 0x648941) is known color: Dingley. HEX triplet: 64, 89 and 41. RGB value is (100,137,65). Sum of RGB (Red+Green+Blue) = 100+137+65=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #648941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648941 is #9B76BE. Grayscale: #757575. Windows color (decimal): -10188479 or 4295012. OLE color: 4295012.
HSL color Cylindrical-coordinate representation of color #648941: hue angle of 90.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648941 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 65 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.46 |
| HSL | 90.83º | 0.36% | 0.4% | - |
| HSV(B) | 90.83º | 0.53% | 0.54% | - |
| XYZ | 15.16 | 20.98 | 8.25 | - |
| YUV | 117.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 65 | 0.27 | 0 | 0.53 | 0.46 | 90.83 | 0.36 | 0.4 |
| Hex | 64 | 89 | 41 | 1B | 0 | 35 | 2E | 5B | 24 | 28 |
| Octal | 144 | 211 | 101 | 33 | 0 | 65 | 56 | 133 | 44 | 50 |
| Binary | 1100100 | 10001001 | 1000001 | 11011 | 0 | 110101 | 101110 | 1011011 | 100100 | 101000 |
Color Harmonies of #648941
Complementary color
Monochromatic Colors of #648941
Black with #648941
Text Example
Text Example
White with #648941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648941; }
p { color: rgb(100,137,65); }
H1.HeaderClassName
{
color: #648941;
}
.AnyTagClassName
{
color: #648941;
}
</style>
background-color css
<style>
a { background-color: #648941; }
a { background-color: rgb(100,137,65); }
div.DivClassName
{
background-color: #648941;
}
.BgClassName
{
background-color: #648941;
}
</style>
border-color css
<style>
span { border-color: #648941; }
span { border-color: rgb(100,137,65); }
td.TdClassName
{
border-color: #648941;
}
.TagClassName
{
border-color: #648941;
}
</style>