Shades of Verdigris #626539
Tints of Verdigris #626539
RGB
CMYK
RGB Variations
Color information
#626539 (or 0x626539) is known color: Verdigris. HEX triplet: 62, 65 and 39. RGB value is (98,101,57). Sum of RGB (Red+Green+Blue) = 98+101+57=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #626539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626539 is #9D9AC6. Grayscale: #5F5F5F. Windows color (decimal): -10328775 or 3761506. OLE color: 3761506.
HSL color Cylindrical-coordinate representation of color #626539: hue angle of 64.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #626539 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 57 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.60 |
| HSL | 64.09º | 0.28% | 0.31% | - |
| HSV(B) | 64.09º | 0.44% | 0.4% | - |
| XYZ | 10.43 | 12.2 | 5.68 | - |
| YUV | 95.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 57 | 0.03 | 0 | 0.44 | 0.60 | 64.09 | 0.28 | 0.31 |
| Hex | 62 | 65 | 39 | 3 | 0 | 2C | 3C | 40 | 1C | 1F |
| Octal | 142 | 145 | 71 | 3 | 0 | 54 | 74 | 100 | 34 | 37 |
| Binary | 1100010 | 1100101 | 111001 | 11 | 0 | 101100 | 111100 | 1000000 | 11100 | 11111 |
Color Harmonies of #626539
Complementary color
Monochromatic Colors of #626539
Black with #626539
Text Example
Text Example
White with #626539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626539; }
p { color: rgb(98,101,57); }
H1.HeaderClassName
{
color: #626539;
}
.AnyTagClassName
{
color: #626539;
}
</style>
background-color css
<style>
a { background-color: #626539; }
a { background-color: rgb(98,101,57); }
div.DivClassName
{
background-color: #626539;
}
.BgClassName
{
background-color: #626539;
}
</style>
border-color css
<style>
span { border-color: #626539; }
span { border-color: rgb(98,101,57); }
td.TdClassName
{
border-color: #626539;
}
.TagClassName
{
border-color: #626539;
}
</style>