Shades of Dingley #638B3C
Tints of Dingley #638B3C
RGB
CMYK
RGB Variations
Color information
#638B3C (or 0x638B3C) is known color: Dingley. HEX triplet: 63, 8B and 3C. RGB value is (99,139,60). Sum of RGB (Red+Green+Blue) = 99+139+60=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #638B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638B3C is #9C74C3. Grayscale: #767676. Windows color (decimal): -10253508 or 3967843. OLE color: 3967843.
HSL color Cylindrical-coordinate representation of color #638B3C: hue angle of 90.38º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #638B3C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 60 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.45 |
| HSL | 90.38º | 0.4% | 0.39% | - |
| HSV(B) | 90.38º | 0.57% | 0.55% | - |
| XYZ | 15.19 | 21.44 | 7.61 | - |
| YUV | 118.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 60 | 0.29 | 0 | 0.57 | 0.45 | 90.38 | 0.4 | 0.39 |
| Hex | 63 | 8B | 3C | 1D | 0 | 39 | 2D | 5A | 28 | 27 |
| Octal | 143 | 213 | 74 | 35 | 0 | 71 | 55 | 132 | 50 | 47 |
| Binary | 1100011 | 10001011 | 111100 | 11101 | 0 | 111001 | 101101 | 1011010 | 101000 | 100111 |
Color Harmonies of #638B3C
Complementary color
Monochromatic Colors of #638B3C
Black with #638B3C
Text Example
Text Example
White with #638B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B3C; }
p { color: rgb(99,139,60); }
H1.HeaderClassName
{
color: #638B3C;
}
.AnyTagClassName
{
color: #638B3C;
}
</style>
background-color css
<style>
a { background-color: #638B3C; }
a { background-color: rgb(99,139,60); }
div.DivClassName
{
background-color: #638B3C;
}
.BgClassName
{
background-color: #638B3C;
}
</style>
border-color css
<style>
span { border-color: #638B3C; }
span { border-color: rgb(99,139,60); }
td.TdClassName
{
border-color: #638B3C;
}
.TagClassName
{
border-color: #638B3C;
}
</style>