#656136

Color #656136 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #656136

Tints of Verdigris #656136

Color information

#656136 (or 0x656136) is unknown color: approx Verdigris. HEX triplet: 65, 61 and 36. RGB value is (101,97,54). Sum of RGB (Red+Green+Blue) = 101+97+54=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #656136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656136 is #9A9EC9. Grayscale: #5D5D5D. Windows color (decimal): -10133194 or 3563877. OLE color: 3563877.

HSL color Cylindrical-coordinate representation of color #656136: hue angle of 54.89º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #656136 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB1019754-
CMYK00.040.470.60
HSL54.89º30.32%30.39%-
HSV(B)54.89º46.53%39.61%-
XYZ10.3111.585.18-
YUV93.29105.83133.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=40.08%
G=38.49%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101975400.040.470.6054.8930.3230.39
Hex656136042F3C371e1e
Octal14514166045774673636
Binary1100101110000111011001001011111111001101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656136; }

 p { color: rgb(101,97,54); }

 H1.HeaderClassName
 {
   color: #656136;
 }
 .AnyTagClassName
 {
   color: #656136;
 }
</style>
background-color css

<style>
 a { background-color: #656136; }

 a { background-color: rgb(101,97,54); }

 div.DivClassName
 {
   background-color: #656136;
 }
 .BgClassName
 {
   background-color: #656136;
 }
</style>
border-color css

<style>
 span { border-color: #656136; }

 span { border-color: rgb(101,97,54); }

 td.TdClassName
 {
   border-color: #656136;
 }
 .TagClassName
 {
   border-color: #656136;
 }
</style>