Shades of Dingley #638A45
Tints of Dingley #638A45
RGB
CMYK
RGB Variations
Color information
#638A45 (or 0x638A45) is known color: Dingley. HEX triplet: 63, 8A and 45. RGB value is (99,138,69). Sum of RGB (Red+Green+Blue) = 99+138+69=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #638A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A45 is #9C75BA. Grayscale: #767676. Windows color (decimal): -10253755 or 4557411. OLE color: 4557411.
HSL color Cylindrical-coordinate representation of color #638A45: hue angle of 93.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #638A45 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 138 | 69 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.46 |
| HSL | 93.91º | 0.33% | 0.41% | - |
| HSV(B) | 93.91º | 0.5% | 0.54% | - |
| XYZ | 15.31 | 21.26 | 8.93 | - |
| YUV | 118.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 69 | 0.28 | 0 | 0.5 | 0.46 | 93.91 | 0.33 | 0.41 |
| Hex | 63 | 8A | 45 | 1C | 0 | 32 | 2E | 5E | 21 | 29 |
| Octal | 143 | 212 | 105 | 34 | 0 | 62 | 56 | 136 | 41 | 51 |
| Binary | 1100011 | 10001010 | 1000101 | 11100 | 0 | 110010 | 101110 | 1011110 | 100001 | 101001 |
Color Harmonies of #638A45
Complementary color
Monochromatic Colors of #638A45
Black with #638A45
Text Example
Text Example
White with #638A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A45; }
p { color: rgb(99,138,69); }
H1.HeaderClassName
{
color: #638A45;
}
.AnyTagClassName
{
color: #638A45;
}
</style>
background-color css
<style>
a { background-color: #638A45; }
a { background-color: rgb(99,138,69); }
div.DivClassName
{
background-color: #638A45;
}
.BgClassName
{
background-color: #638A45;
}
</style>
border-color css
<style>
span { border-color: #638A45; }
span { border-color: rgb(99,138,69); }
td.TdClassName
{
border-color: #638A45;
}
.TagClassName
{
border-color: #638A45;
}
</style>