Shades of Verdigris #5C5D3D
Tints of Verdigris #5C5D3D
RGB
CMYK
RGB Variations
Color information
#5C5D3D (or 0x5C5D3D) is known color: Verdigris. HEX triplet: 5C, 5D and 3D. RGB value is (92,93,61). Sum of RGB (Red+Green+Blue) = 92+93+61=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #5C5D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5D3D is #A3A2C2. Grayscale: #595959. Windows color (decimal): -10724035 or 4021596. OLE color: 4021596.
HSL color Cylindrical-coordinate representation of color #5C5D3D: hue angle of 61.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C5D3D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 93 | 61 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.64 |
| HSL | 61.88º | 0.21% | 0.3% | - |
| HSV(B) | 61.88º | 0.34% | 0.36% | - |
| XYZ | 9.17 | 10.44 | 5.95 | - |
| YUV | 89.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 93 | 61 | 0.01 | 0 | 0.34 | 0.64 | 61.88 | 0.21 | 0.3 |
| Hex | 5C | 5D | 3D | 1 | 0 | 22 | 40 | 3E | 15 | 1E |
| Octal | 134 | 135 | 75 | 1 | 0 | 42 | 100 | 76 | 25 | 36 |
| Binary | 1011100 | 1011101 | 111101 | 1 | 0 | 100010 | 1000000 | 111110 | 10101 | 11110 |
Color Harmonies of #5C5D3D
Complementary color
Monochromatic Colors of #5C5D3D
Black with #5C5D3D
Text Example
Text Example
White with #5C5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5D3D; }
p { color: rgb(92,93,61); }
H1.HeaderClassName
{
color: #5C5D3D;
}
.AnyTagClassName
{
color: #5C5D3D;
}
</style>
background-color css
<style>
a { background-color: #5C5D3D; }
a { background-color: rgb(92,93,61); }
div.DivClassName
{
background-color: #5C5D3D;
}
.BgClassName
{
background-color: #5C5D3D;
}
</style>
border-color css
<style>
span { border-color: #5C5D3D; }
span { border-color: rgb(92,93,61); }
td.TdClassName
{
border-color: #5C5D3D;
}
.TagClassName
{
border-color: #5C5D3D;
}
</style>