Shades of Verdigris #5A5A3E
Tints of Verdigris #5A5A3E
RGB
CMYK
RGB Variations
Color information
#5A5A3E (or 0x5A5A3E) is known color: Verdigris. HEX triplet: 5A, 5A and 3E. RGB value is (90,90,62). Sum of RGB (Red+Green+Blue) = 90+90+62=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A3E is #A5A5C1. Grayscale: #565656. Windows color (decimal): -10855874 or 4086362. OLE color: 4086362.
HSL color Cylindrical-coordinate representation of color #5A5A3E: hue angle of 60º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A5A3E is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 62 | - |
| CMYK | 0 | 0 | 0.31 | 0.65 |
| HSL | 60º | 0.18% | 0.3% | - |
| HSV(B) | 60º | 0.31% | 0.35% | - |
| XYZ | 8.74 | 9.83 | 5.99 | - |
| YUV | 86.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 62 | 0 | 0 | 0.31 | 0.65 | 60 | 0.18 | 0.3 |
| Hex | 5A | 5A | 3E | 0 | 0 | 1F | 41 | 3C | 12 | 1E |
| Octal | 132 | 132 | 76 | 0 | 0 | 37 | 101 | 74 | 22 | 36 |
| Binary | 1011010 | 1011010 | 111110 | 0 | 0 | 11111 | 1000001 | 111100 | 10010 | 11110 |
Color Harmonies of #5A5A3E
Complementary color
Monochromatic Colors of #5A5A3E
Black with #5A5A3E
Text Example
Text Example
White with #5A5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A3E; }
p { color: rgb(90,90,62); }
H1.HeaderClassName
{
color: #5A5A3E;
}
.AnyTagClassName
{
color: #5A5A3E;
}
</style>
background-color css
<style>
a { background-color: #5A5A3E; }
a { background-color: rgb(90,90,62); }
div.DivClassName
{
background-color: #5A5A3E;
}
.BgClassName
{
background-color: #5A5A3E;
}
</style>
border-color css
<style>
span { border-color: #5A5A3E; }
span { border-color: rgb(90,90,62); }
td.TdClassName
{
border-color: #5A5A3E;
}
.TagClassName
{
border-color: #5A5A3E;
}
</style>