Shades of Verdigris #626436
Tints of Verdigris #626436
RGB
CMYK
RGB Variations
Color information
#626436 (or 0x626436) is known color: Verdigris. HEX triplet: 62, 64 and 36. RGB value is (98,100,54). Sum of RGB (Red+Green+Blue) = 98+100+54=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #626436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626436 is #9D9BC9. Grayscale: #5E5E5E. Windows color (decimal): -10329034 or 3564642. OLE color: 3564642.
HSL color Cylindrical-coordinate representation of color #626436: hue angle of 62.61º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #626436 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 54 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.61 |
| HSL | 62.61º | 0.3% | 0.3% | - |
| HSV(B) | 62.61º | 0.46% | 0.39% | - |
| XYZ | 10.26 | 11.98 | 5.26 | - |
| YUV | 94.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 54 | 0.02 | 0 | 0.46 | 0.61 | 62.61 | 0.3 | 0.3 |
| Hex | 62 | 64 | 36 | 2 | 0 | 2E | 3D | 3F | 1E | 1E |
| Octal | 142 | 144 | 66 | 2 | 0 | 56 | 75 | 77 | 36 | 36 |
| Binary | 1100010 | 1100100 | 110110 | 10 | 0 | 101110 | 111101 | 111111 | 11110 | 11110 |
Color Harmonies of #626436
Complementary color
Monochromatic Colors of #626436
Black with #626436
Text Example
Text Example
White with #626436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626436; }
p { color: rgb(98,100,54); }
H1.HeaderClassName
{
color: #626436;
}
.AnyTagClassName
{
color: #626436;
}
</style>
background-color css
<style>
a { background-color: #626436; }
a { background-color: rgb(98,100,54); }
div.DivClassName
{
background-color: #626436;
}
.BgClassName
{
background-color: #626436;
}
</style>
border-color css
<style>
span { border-color: #626436; }
span { border-color: rgb(98,100,54); }
td.TdClassName
{
border-color: #626436;
}
.TagClassName
{
border-color: #626436;
}
</style>