Html Css Color HEX #5A644F Chalet Green

📋 copy color: '#5A644F'

red 90 ◦ green 100 ◦ blue 79

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

Shades of Chalet Green #5A644F

Tints of Chalet Green #5A644F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 33.46%
G = 37.17%
B = 29.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#5A644F (or 0x5A644F) is known color: Chalet Green. HEX triplet: 5A, 64 and 4F. RGB value is (90,100,79). Sum of RGB (Red+Green+Blue) = 90+100+79=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #5A644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A644F is #A59BB0. Grayscale: #5E5E5E. Windows color (decimal): -10853297 or 5203034. OLE color: 5203034.

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

Color convert

RGB 90 100 79 -
CMYK 0.10 0 0.21 0.61
HSL 88.57º 0.12% 0.35% -
HSV(B) 88.57º 0.21% 0.39% -
XYZ 10.18 11.85 9.15 -
YUV 94.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 90 100 79 0.10 0 0.21 0.61 88.57 0.12 0.35
Hex 5A 64 4F A 0 15 3D 59 C 23
Octal 132 144 117 12 0 25 75 131 14 43
Binary 1011010 1100100 1001111 1010 0 10101 111101 1011001 1100 100011

Color Harmonies of #5A644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A644F

Black with #5A644F

Text Example


Text Example

White with #5A644F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,100,79); }

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

background-color css

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

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

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

border-color css

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

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

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