#5A6B4C

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

Shades of Chalet Green #5A6B4C

Tints of Chalet Green #5A6B4C

Color information

#5A6B4C (or 0x5A6B4C) is unknown color: approx Chalet Green. HEX triplet: 5A, 6B and 4C. RGB value is (90,107,76). Sum of RGB (Red+Green+Blue) = 90+107+76=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B4C is #A594B3. Grayscale: #626262. Windows color (decimal): -10851508 or 5008218. OLE color: 5008218.

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

Color convert

RGB9010776-
CMYK0.1600.290.58
HSL92.9º16.94%35.88%-
HSV(B)92.9º28.97%41.96%-
XYZ10.7813.218.82-
YUV98.38115.37122.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=32.97%
G=39.19%
B=27.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107760.1600.290.5892.916.9435.88
Hex5A6B4C1001D3A5d1124
Octal13215311420035721352144
Binary10110101101011100110010000011101111010101110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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