#616236

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

Shades of Verdigris #616236

Tints of Verdigris #616236

Color information

#616236 (or 0x616236) is unknown color: approx Verdigris. HEX triplet: 61, 62 and 36. RGB value is (97,98,54). Sum of RGB (Red+Green+Blue) = 97+98+54=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #616236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616236 is #9E9DC9. Grayscale: #5C5C5C. Windows color (decimal): -10395082 or 3564129. OLE color: 3564129.

HSL color Cylindrical-coordinate representation of color #616236: hue angle of 61.36º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #616236 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB979854-
CMYK0.0100.450.62
HSL61.36º28.95%29.8%-
HSV(B)61.36º44.9%38.43%-
XYZ9.9611.545.19-
YUV92.68106.17131.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=38.96%
G=39.36%
B=21.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798540.0100.450.6261.3628.9529.8
Hex616236102D3E3d1d1e
Octal14114266105576753536
Binary11000011100010110110101011011111101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616236; }

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

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

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

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

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

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

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

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