Html Css Color HEX #5A6C49 Chalet Green

📋 copy color: '#5A6C49'

red 90 ◦ green 108 ◦ blue 73

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

Shades of Chalet Green #5A6C49

Tints of Chalet Green #5A6C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 33.21%
G = 39.85%
B = 26.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#5A6C49 (or 0x5A6C49) is known color: Chalet Green. HEX triplet: 5A, 6C and 49. RGB value is (90,108,73). Sum of RGB (Red+Green+Blue) = 90+108+73=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6C49 is #A593B6. Grayscale: #626262. Windows color (decimal): -10851255 or 4811866. OLE color: 4811866.

HSL color Cylindrical-coordinate representation of color #5A6C49: hue angle of 90.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6C49 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 108 73 -
CMYK 0.17 0 0.32 0.58
HSL 90.86º 0.19% 0.35% -
HSV(B) 90.86º 0.32% 0.42% -
XYZ 10.78 13.38 8.32 -
YUV 98.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 90 108 73 0.17 0 0.32 0.58 90.86 0.19 0.35
Hex 5A 6C 49 11 0 20 3A 5B 13 23
Octal 132 154 111 21 0 40 72 133 23 43
Binary 1011010 1101100 1001001 10001 0 100000 111010 1011011 10011 100011

Color Harmonies of #5A6C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C49

Black with #5A6C49

Text Example


Text Example

White with #5A6C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,108,73); }

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

background-color css

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

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

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

border-color css

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

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

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