Shades of Dingley #638A3A
Tints of Dingley #638A3A
RGB
CMYK
RGB Variations
Color information
#638A3A (or 0x638A3A) is known color: Dingley. HEX triplet: 63, 8A and 3A. RGB value is (99,138,58). Sum of RGB (Red+Green+Blue) = 99+138+58=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #638A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A3A is #9C75C5. Grayscale: #757575. Windows color (decimal): -10253766 or 3836515. OLE color: 3836515.
HSL color Cylindrical-coordinate representation of color #638A3A: hue angle of 89.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638A3A is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 138 | 58 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.46 |
| HSL | 89.25º | 0.41% | 0.38% | - |
| HSV(B) | 89.25º | 0.58% | 0.54% | - |
| XYZ | 15 | 21.14 | 7.29 | - |
| YUV | 117.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 58 | 0.28 | 0 | 0.58 | 0.46 | 89.25 | 0.41 | 0.38 |
| Hex | 63 | 8A | 3A | 1C | 0 | 3A | 2E | 59 | 29 | 26 |
| Octal | 143 | 212 | 72 | 34 | 0 | 72 | 56 | 131 | 51 | 46 |
| Binary | 1100011 | 10001010 | 111010 | 11100 | 0 | 111010 | 101110 | 1011001 | 101001 | 100110 |
Color Harmonies of #638A3A
Complementary color
Monochromatic Colors of #638A3A
Black with #638A3A
Text Example
Text Example
White with #638A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A3A; }
p { color: rgb(99,138,58); }
H1.HeaderClassName
{
color: #638A3A;
}
.AnyTagClassName
{
color: #638A3A;
}
</style>
background-color css
<style>
a { background-color: #638A3A; }
a { background-color: rgb(99,138,58); }
div.DivClassName
{
background-color: #638A3A;
}
.BgClassName
{
background-color: #638A3A;
}
</style>
border-color css
<style>
span { border-color: #638A3A; }
span { border-color: rgb(99,138,58); }
td.TdClassName
{
border-color: #638A3A;
}
.TagClassName
{
border-color: #638A3A;
}
</style>