Shades of Verdigris #626434
Tints of Verdigris #626434
RGB
CMYK
RGB Variations
Color information
#626434 (or 0x626434) is known color: Verdigris. HEX triplet: 62, 64 and 34. RGB value is (98,100,52). Sum of RGB (Red+Green+Blue) = 98+100+52=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #626434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626434 is #9D9BCB. Grayscale: #5E5E5E. Windows color (decimal): -10329036 or 3433570. OLE color: 3433570.
HSL color Cylindrical-coordinate representation of color #626434: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626434 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 52 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.61 |
| HSL | 62.5º | 0.32% | 0.3% | - |
| HSV(B) | 62.5º | 0.48% | 0.39% | - |
| XYZ | 10.21 | 11.96 | 5.02 | - |
| YUV | 93.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 52 | 0.02 | 0 | 0.48 | 0.61 | 62.5 | 0.32 | 0.3 |
| Hex | 62 | 64 | 34 | 2 | 0 | 30 | 3D | 3F | 20 | 1E |
| Octal | 142 | 144 | 64 | 2 | 0 | 60 | 75 | 77 | 40 | 36 |
| Binary | 1100010 | 1100100 | 110100 | 10 | 0 | 110000 | 111101 | 111111 | 100000 | 11110 |
Color Harmonies of #626434
Complementary color
Monochromatic Colors of #626434
Black with #626434
Text Example
Text Example
White with #626434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626434; }
p { color: rgb(98,100,52); }
H1.HeaderClassName
{
color: #626434;
}
.AnyTagClassName
{
color: #626434;
}
</style>
background-color css
<style>
a { background-color: #626434; }
a { background-color: rgb(98,100,52); }
div.DivClassName
{
background-color: #626434;
}
.BgClassName
{
background-color: #626434;
}
</style>
border-color css
<style>
span { border-color: #626434; }
span { border-color: rgb(98,100,52); }
td.TdClassName
{
border-color: #626434;
}
.TagClassName
{
border-color: #626434;
}
</style>