Html Css Color HEX #5A5A47 Verdigris

📋 copy color: '#5A5A47'

red 90 ◦ green 90 ◦ blue 71

#5A5A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #5A5A47

Tints of Verdigris #5A5A47

RGB

 RED value IS 90 (35.55% from 255) = 35.86%

 GREEN value IS 90 (35.55% from 255) = 35.86%

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 35.86%
G = 35.86%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A5A47 (or 0x5A5A47) is known color: Verdigris. HEX triplet: 5A, 5A and 47. RGB value is (90,90,71). Sum of RGB (Red+Green+Blue) = 90+90+71=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A47 is #A5A5B8. Grayscale: #575757. Windows color (decimal): -10855865 or 4676186. OLE color: 4676186.

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

Color convert

RGB 90 90 71 -
CMYK 0 0 0.21 0.65
HSL 60º 0.12% 0.32% -
HSV(B) 60º 0.21% 0.35% -
XYZ 9.01 9.94 7.41 -
YUV 87.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 90 90 71 0 0 0.21 0.65 60 0.12 0.32
Hex 5A 5A 47 0 0 15 41 3C C 20
Octal 132 132 107 0 0 25 101 74 14 40
Binary 1011010 1011010 1000111 0 0 10101 1000001 111100 1100 100000

Color Harmonies of #5A5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A47

Black with #5A5A47

Text Example


Text Example

White with #5A5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A5A47;
 }
 .AnyTagClassName
 {
   color: #5A5A47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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