#5A654D

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

Shades of Chalet Green #5A654D

Tints of Chalet Green #5A654D

Color information

#5A654D (or 0x5A654D) is unknown color: approx Chalet Green. HEX triplet: 5A, 65 and 4D. RGB value is (90,101,77). Sum of RGB (Red+Green+Blue) = 90+101+77=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #5A654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A654D is #A59AB2. Grayscale: #5F5F5F. Windows color (decimal): -10853043 or 5072218. OLE color: 5072218.

HSL color Cylindrical-coordinate representation of color #5A654D: hue angle of 87.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A654D is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB9010177-
CMYK0.1100.240.60
HSL87.5º13.48%34.9%-
HSV(B)87.5º23.76%39.61%-
XYZ10.2112.028.8-
YUV94.98117.86124.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=33.58%
G=37.69%
B=28.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101770.1100.240.6087.513.4834.9
Hex5A654DB0183C58d23
Octal13214511513030741301543
Binary101101011001011001101101101100011110010110001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,77); }

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

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

 a { background-color: rgb(90,101,77); }

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

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

 span { border-color: rgb(90,101,77); }

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