#5A542E

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

Shades of Thatch Green #5A542E

Tints of Thatch Green #5A542E

Color information

#5A542E (or 0x5A542E) is unknown color: approx Thatch Green. HEX triplet: 5A, 54 and 2E. RGB value is (90,84,46). Sum of RGB (Red+Green+Blue) = 90+84+46=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A542E is #A5ABD1. Grayscale: #515151. Windows color (decimal): -10857426 or 3036250. OLE color: 3036250.

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

Color convert

RGB908446-
CMYK00.070.490.65
HSL51.82º32.35%26.67%-
HSV(B)51.82º48.89%35.29%-
XYZ7.888.713.85-
YUV81.46107.99134.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=40.91%
G=38.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90844600.070.490.6551.8232.3526.67
Hex5A542E07314134201b
Octal132124560761101644033
Binary101101010101001011100111110001100000111010010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,46); }

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

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

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

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

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

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

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