Shades of Verdigris #626048
Tints of Verdigris #626048
RGB
CMYK
RGB Variations
Color information
#626048 (or 0x626048) is known color: Verdigris. HEX triplet: 62, 60 and 48. RGB value is (98,96,72). Sum of RGB (Red+Green+Blue) = 98+96+72=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #626048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626048 is #9D9FB7. Grayscale: #5D5D5D. Windows color (decimal): -10330040 or 4743266. OLE color: 4743266.
HSL color Cylindrical-coordinate representation of color #626048: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626048 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 72 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.62 |
| HSL | 55.38º | 0.15% | 0.33% | - |
| HSV(B) | 55.38º | 0.27% | 0.38% | - |
| XYZ | 10.39 | 11.43 | 7.79 | - |
| YUV | 93.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 72 | 0 | 0.02 | 0.27 | 0.62 | 55.38 | 0.15 | 0.33 |
| Hex | 62 | 60 | 48 | 0 | 2 | 1B | 3E | 37 | F | 21 |
| Octal | 142 | 140 | 110 | 0 | 2 | 33 | 76 | 67 | 17 | 41 |
| Binary | 1100010 | 1100000 | 1001000 | 0 | 10 | 11011 | 111110 | 110111 | 1111 | 100001 |
Color Harmonies of #626048
Complementary color
Monochromatic Colors of #626048
Black with #626048
Text Example
Text Example
White with #626048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626048; }
p { color: rgb(98,96,72); }
H1.HeaderClassName
{
color: #626048;
}
.AnyTagClassName
{
color: #626048;
}
</style>
background-color css
<style>
a { background-color: #626048; }
a { background-color: rgb(98,96,72); }
div.DivClassName
{
background-color: #626048;
}
.BgClassName
{
background-color: #626048;
}
</style>
border-color css
<style>
span { border-color: #626048; }
span { border-color: rgb(98,96,72); }
td.TdClassName
{
border-color: #626048;
}
.TagClassName
{
border-color: #626048;
}
</style>