Shades of Verdigris #656738
Tints of Verdigris #656738
RGB
CMYK
RGB Variations
Color information
#656738 (or 0x656738) is known color: Verdigris. HEX triplet: 65, 67 and 38. RGB value is (101,103,56). Sum of RGB (Red+Green+Blue) = 101+103+56=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #656738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656738 is #9A98C7. Grayscale: #616161. Windows color (decimal): -10131656 or 3696485. OLE color: 3696485.
HSL color Cylindrical-coordinate representation of color #656738: hue angle of 62.55º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #656738 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 56 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.60 |
| HSL | 62.55º | 0.3% | 0.31% | - |
| HSV(B) | 62.55º | 0.46% | 0.4% | - |
| XYZ | 10.93 | 12.75 | 5.63 | - |
| YUV | 97.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 56 | 0.02 | 0 | 0.46 | 0.60 | 62.55 | 0.3 | 0.31 |
| Hex | 65 | 67 | 38 | 2 | 0 | 2E | 3C | 3F | 1E | 1F |
| Octal | 145 | 147 | 70 | 2 | 0 | 56 | 74 | 77 | 36 | 37 |
| Binary | 1100101 | 1100111 | 111000 | 10 | 0 | 101110 | 111100 | 111111 | 11110 | 11111 |
Color Harmonies of #656738
Complementary color
Monochromatic Colors of #656738
Black with #656738
Text Example
Text Example
White with #656738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656738; }
p { color: rgb(101,103,56); }
H1.HeaderClassName
{
color: #656738;
}
.AnyTagClassName
{
color: #656738;
}
</style>
background-color css
<style>
a { background-color: #656738; }
a { background-color: rgb(101,103,56); }
div.DivClassName
{
background-color: #656738;
}
.BgClassName
{
background-color: #656738;
}
</style>
border-color css
<style>
span { border-color: #656738; }
span { border-color: rgb(101,103,56); }
td.TdClassName
{
border-color: #656738;
}
.TagClassName
{
border-color: #656738;
}
</style>