#5A6B4D

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

Shades of Chalet Green #5A6B4D

Tints of Chalet Green #5A6B4D

Color information

#5A6B4D (or 0x5A6B4D) is unknown color: approx Chalet Green. HEX triplet: 5A, 6B and 4D. RGB value is (90,107,77). Sum of RGB (Red+Green+Blue) = 90+107+77=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B4D is #A594B2. Grayscale: #626262. Windows color (decimal): -10851507 or 5073754. OLE color: 5073754.

HSL color Cylindrical-coordinate representation of color #5A6B4D: hue angle of 94º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A6B4D is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB9010777-
CMYK0.1600.280.58
HSL94º16.3%36.08%-
HSV(B)94º28.04%41.96%-
XYZ10.8113.229-
YUV98.5115.87121.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=32.85%
G=39.05%
B=28.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107770.1600.280.589416.336.08
Hex5A6B4D1001C3A5e1024
Octal13215311520034721362044
Binary10110101101011100110110000011100111010101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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