#616332

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

Shades of Verdigris #616332

Tints of Verdigris #616332

Color information

#616332 (or 0x616332) is unknown color: approx Verdigris. HEX triplet: 61, 63 and 32. RGB value is (97,99,50). Sum of RGB (Red+Green+Blue) = 97+99+50=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #616332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616332 is #9E9CCD. Grayscale: #5D5D5D. Windows color (decimal): -10394830 or 3302241. OLE color: 3302241.

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

Color convert

RGB979950-
CMYK0.0200.490.61
HSL62.45º32.89%29.22%-
HSV(B)62.45º49.49%38.82%-
XYZ9.9711.74.75-
YUV92.82103.84130.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=39.43%
G=40.24%
B=20.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799500.0200.490.6162.4532.8929.22
Hex61633220313D3e211d
Octal14114362206175764135
Binary1100001110001111001010011000111110111111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616332; }

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

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

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

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

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

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

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

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