#616432

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

Shades of Verdigris #616432

Tints of Verdigris #616432

Color information

#616432 (or 0x616432) is unknown color: approx Verdigris. HEX triplet: 61, 64 and 32. RGB value is (97,100,50). Sum of RGB (Red+Green+Blue) = 97+100+50=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #616432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616432 is #9E9BCD. Grayscale: #5D5D5D. Windows color (decimal): -10394574 or 3302497. OLE color: 3302497.

HSL color Cylindrical-coordinate representation of color #616432: hue angle of 63.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616432 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB9710050-
CMYK0.0300.500.61
HSL63.6º33.33%29.41%-
HSV(B)63.6º50%39.22%-
XYZ10.0611.894.78-
YUV93.4103.51130.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=39.27%
G=40.49%
B=20.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100500.0300.500.6163.633.3329.41
Hex61643230323D40211d
Octal141144623062751004135
Binary11000011100100110010110110010111101100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616432; }

 p { color: rgb(97,100,50); }

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

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

 a { background-color: rgb(97,100,50); }

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

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

 span { border-color: rgb(97,100,50); }

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