Html Css Color HEX #5A542B Thatch Green

📋 copy color: '#5A542B'

red 90 ◦ green 84 ◦ blue 43

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

Shades of Thatch Green #5A542B

Tints of Thatch Green #5A542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 41.47%
G = 38.71%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A542B (or 0x5A542B) is known color: Thatch Green. HEX triplet: 5A, 54 and 2B. RGB value is (90,84,43). Sum of RGB (Red+Green+Blue) = 90+84+43=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A542B is #A5ABD4. Grayscale: #515151. Windows color (decimal): -10857429 or 2839642. OLE color: 2839642.

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

Color convert

RGB 90 84 43 -
CMYK 0 0.07 0.52 0.65
HSL 52.34º 0.35% 0.26% -
HSV(B) 52.34º 0.52% 0.35% -
XYZ 7.82 8.69 3.55 -
YUV 81.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 90 84 43 0 0.07 0.52 0.65 52.34 0.35 0.26
Hex 5A 54 2B 0 7 34 41 34 23 1A
Octal 132 124 53 0 7 64 101 64 43 32
Binary 1011010 1010100 101011 0 111 110100 1000001 110100 100011 11010

Color Harmonies of #5A542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A542B

Black with #5A542B

Text Example


Text Example

White with #5A542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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