Shades of Verdigris #5E603D
Tints of Verdigris #5E603D
RGB
CMYK
RGB Variations
Color information
#5E603D (or 0x5E603D) is known color: Verdigris. HEX triplet: 5E, 60 and 3D. RGB value is (94,96,61). Sum of RGB (Red+Green+Blue) = 94+96+61=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #5E603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E603D is #A19FC2. Grayscale: #5B5B5B. Windows color (decimal): -10592195 or 4022366. OLE color: 4022366.
HSL color Cylindrical-coordinate representation of color #5E603D: hue angle of 63.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E603D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 61 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.62 |
| HSL | 63.43º | 0.22% | 0.31% | - |
| HSV(B) | 63.43º | 0.36% | 0.38% | - |
| XYZ | 9.64 | 11.08 | 6.05 | - |
| YUV | 91.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 61 | 0.02 | 0 | 0.36 | 0.62 | 63.43 | 0.22 | 0.31 |
| Hex | 5E | 60 | 3D | 2 | 0 | 24 | 3E | 3F | 16 | 1F |
| Octal | 136 | 140 | 75 | 2 | 0 | 44 | 76 | 77 | 26 | 37 |
| Binary | 1011110 | 1100000 | 111101 | 10 | 0 | 100100 | 111110 | 111111 | 10110 | 11111 |
Color Harmonies of #5E603D
Complementary color
Monochromatic Colors of #5E603D
Black with #5E603D
Text Example
Text Example
White with #5E603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E603D; }
p { color: rgb(94,96,61); }
H1.HeaderClassName
{
color: #5E603D;
}
.AnyTagClassName
{
color: #5E603D;
}
</style>
background-color css
<style>
a { background-color: #5E603D; }
a { background-color: rgb(94,96,61); }
div.DivClassName
{
background-color: #5E603D;
}
.BgClassName
{
background-color: #5E603D;
}
</style>
border-color css
<style>
span { border-color: #5E603D; }
span { border-color: rgb(94,96,61); }
td.TdClassName
{
border-color: #5E603D;
}
.TagClassName
{
border-color: #5E603D;
}
</style>