#5A542A

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

Shades of Thatch Green #5A542A

Tints of Thatch Green #5A542A

Color information

#5A542A (or 0x5A542A) is unknown color: approx Thatch Green. HEX triplet: 5A, 54 and 2A. RGB value is (90,84,42). Sum of RGB (Red+Green+Blue) = 90+84+42=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A542A is #A5ABD5. Grayscale: #515151. Windows color (decimal): -10857430 or 2774106. OLE color: 2774106.

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

Color convert

RGB908442-
CMYK00.070.530.65
HSL52.5º36.36%25.88%-
HSV(B)52.5º53.33%35.29%-
XYZ7.88.683.45-
YUV81.01105.99134.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.67%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=41.67%
G=38.89%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90844200.070.530.6552.536.3625.88
Hex5A542A07354134241a
Octal132124520765101644432
Binary101101010101001010100111110101100000111010010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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