Shades of Verdigris #626438
Tints of Verdigris #626438
RGB
CMYK
RGB Variations
Color information
#626438 (or 0x626438) is known color: Verdigris. HEX triplet: 62, 64 and 38. RGB value is (98,100,56). Sum of RGB (Red+Green+Blue) = 98+100+56=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #626438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626438 is #9D9BC7. Grayscale: #5E5E5E. Windows color (decimal): -10329032 or 3695714. OLE color: 3695714.
HSL color Cylindrical-coordinate representation of color #626438: hue angle of 62.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #626438 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 56 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.61 |
| HSL | 62.73º | 0.28% | 0.31% | - |
| HSV(B) | 62.73º | 0.44% | 0.39% | - |
| XYZ | 10.31 | 12 | 5.51 | - |
| YUV | 94.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 56 | 0.02 | 0 | 0.44 | 0.61 | 62.73 | 0.28 | 0.31 |
| Hex | 62 | 64 | 38 | 2 | 0 | 2C | 3D | 3F | 1C | 1F |
| Octal | 142 | 144 | 70 | 2 | 0 | 54 | 75 | 77 | 34 | 37 |
| Binary | 1100010 | 1100100 | 111000 | 10 | 0 | 101100 | 111101 | 111111 | 11100 | 11111 |
Color Harmonies of #626438
Complementary color
Monochromatic Colors of #626438
Black with #626438
Text Example
Text Example
White with #626438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626438; }
p { color: rgb(98,100,56); }
H1.HeaderClassName
{
color: #626438;
}
.AnyTagClassName
{
color: #626438;
}
</style>
background-color css
<style>
a { background-color: #626438; }
a { background-color: rgb(98,100,56); }
div.DivClassName
{
background-color: #626438;
}
.BgClassName
{
background-color: #626438;
}
</style>
border-color css
<style>
span { border-color: #626438; }
span { border-color: rgb(98,100,56); }
td.TdClassName
{
border-color: #626438;
}
.TagClassName
{
border-color: #626438;
}
</style>