Shades of Dingley #648B3F
Tints of Dingley #648B3F
RGB
CMYK
RGB Variations
Color information
#648B3F (or 0x648B3F) is known color: Dingley. HEX triplet: 64, 8B and 3F. RGB value is (100,139,63). Sum of RGB (Red+Green+Blue) = 100+139+63=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #648B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B3F is #9B74C0. Grayscale: #767676. Windows color (decimal): -10187969 or 4164452. OLE color: 4164452.
HSL color Cylindrical-coordinate representation of color #648B3F: hue angle of 90.79º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648B3F is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 63 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.45 |
| HSL | 90.79º | 0.38% | 0.4% | - |
| HSV(B) | 90.79º | 0.55% | 0.55% | - |
| XYZ | 15.39 | 21.53 | 8.05 | - |
| YUV | 118.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 63 | 0.28 | 0 | 0.55 | 0.45 | 90.79 | 0.38 | 0.4 |
| Hex | 64 | 8B | 3F | 1C | 0 | 37 | 2D | 5B | 26 | 28 |
| Octal | 144 | 213 | 77 | 34 | 0 | 67 | 55 | 133 | 46 | 50 |
| Binary | 1100100 | 10001011 | 111111 | 11100 | 0 | 110111 | 101101 | 1011011 | 100110 | 101000 |
Color Harmonies of #648B3F
Complementary color
Monochromatic Colors of #648B3F
Black with #648B3F
Text Example
Text Example
White with #648B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B3F; }
p { color: rgb(100,139,63); }
H1.HeaderClassName
{
color: #648B3F;
}
.AnyTagClassName
{
color: #648B3F;
}
</style>
background-color css
<style>
a { background-color: #648B3F; }
a { background-color: rgb(100,139,63); }
div.DivClassName
{
background-color: #648B3F;
}
.BgClassName
{
background-color: #648B3F;
}
</style>
border-color css
<style>
span { border-color: #648B3F; }
span { border-color: rgb(100,139,63); }
td.TdClassName
{
border-color: #648B3F;
}
.TagClassName
{
border-color: #648B3F;
}
</style>