#5A5A43

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

Shades of Verdigris #5A5A43

Tints of Verdigris #5A5A43

Color information

#5A5A43 (or 0x5A5A43) is unknown color: approx Verdigris. HEX triplet: 5A, 5A and 43. RGB value is (90,90,67). Sum of RGB (Red+Green+Blue) = 90+90+67=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A43 is #A5A5BC. Grayscale: #575757. Windows color (decimal): -10855869 or 4414042. OLE color: 4414042.

HSL color Cylindrical-coordinate representation of color #5A5A43: hue angle of 60º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5A43 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB909067-
CMYK000.260.65
HSL60º14.65%30.78%-
HSV(B)60º25.56%35.29%-
XYZ8.899.896.75-
YUV87.38116.5129.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=36.44%
G=36.44%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal909067000.260.656014.6530.78
Hex5A5A43001A413cf1f
Octal1321321030032101741737
Binary10110101011010100001100110101000001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,90,67); }

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

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

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

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

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

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

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