Shades of Verdigris #5A5A3D
Tints of Verdigris #5A5A3D
RGB
CMYK
RGB Variations
Color information
#5A5A3D (or 0x5A5A3D) is known color: Verdigris. HEX triplet: 5A, 5A and 3D. RGB value is (90,90,61). Sum of RGB (Red+Green+Blue) = 90+90+61=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A3D is #A5A5C2. Grayscale: #565656. Windows color (decimal): -10855875 or 4020826. OLE color: 4020826.
HSL color Cylindrical-coordinate representation of color #5A5A3D: hue angle of 60º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A5A3D is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 61 | - |
| CMYK | 0 | 0 | 0.32 | 0.65 |
| HSL | 60º | 0.19% | 0.3% | - |
| HSV(B) | 60º | 0.32% | 0.35% | - |
| XYZ | 8.71 | 9.82 | 5.85 | - |
| YUV | 86.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 61 | 0 | 0 | 0.32 | 0.65 | 60 | 0.19 | 0.3 |
| Hex | 5A | 5A | 3D | 0 | 0 | 20 | 41 | 3C | 13 | 1E |
| Octal | 132 | 132 | 75 | 0 | 0 | 40 | 101 | 74 | 23 | 36 |
| Binary | 1011010 | 1011010 | 111101 | 0 | 0 | 100000 | 1000001 | 111100 | 10011 | 11110 |
Color Harmonies of #5A5A3D
Complementary color
Monochromatic Colors of #5A5A3D
Black with #5A5A3D
Text Example
Text Example
White with #5A5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A3D; }
p { color: rgb(90,90,61); }
H1.HeaderClassName
{
color: #5A5A3D;
}
.AnyTagClassName
{
color: #5A5A3D;
}
</style>
background-color css
<style>
a { background-color: #5A5A3D; }
a { background-color: rgb(90,90,61); }
div.DivClassName
{
background-color: #5A5A3D;
}
.BgClassName
{
background-color: #5A5A3D;
}
</style>
border-color css
<style>
span { border-color: #5A5A3D; }
span { border-color: rgb(90,90,61); }
td.TdClassName
{
border-color: #5A5A3D;
}
.TagClassName
{
border-color: #5A5A3D;
}
</style>