#5A5B3C

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

Shades of Verdigris #5A5B3C

Tints of Verdigris #5A5B3C

Color information

#5A5B3C (or 0x5A5B3C) is unknown color: approx Verdigris. HEX triplet: 5A, 5B and 3C. RGB value is (90,91,60). Sum of RGB (Red+Green+Blue) = 90+91+60=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B3C is #A5A4C3. Grayscale: #575757. Windows color (decimal): -10855620 or 3955546. OLE color: 3955546.

HSL color Cylindrical-coordinate representation of color #5A5B3C: hue angle of 61.94º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A5B3C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB909160-
CMYK0.0100.340.64
HSL61.94º20.53%29.61%-
HSV(B)61.94º34.07%35.69%-
XYZ8.779.985.74-
YUV87.17112.67130.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.34%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=37.34%
G=37.76%
B=24.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9091600.0100.340.6461.9420.5329.61
Hex5A5B3C1022403e151e
Octal132133741042100762536
Binary101101010110111111001010001010000001111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5B3C; }

 p { color: rgb(90,91,60); }

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

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

 a { background-color: rgb(90,91,60); }

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

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

 span { border-color: rgb(90,91,60); }

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