#5B6A3C

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

Shades of Chalet Green #5B6A3C

Tints of Chalet Green #5B6A3C

Color information

#5B6A3C (or 0x5B6A3C) is unknown color: approx Chalet Green. HEX triplet: 5B, 6A and 3C. RGB value is (91,106,60). Sum of RGB (Red+Green+Blue) = 91+106+60=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6A3C is #A495C3. Grayscale: #606060. Windows color (decimal): -10786244 or 3959387. OLE color: 3959387.

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

Color convert

RGB9110660-
CMYK0.1400.430.58
HSL79.57º27.71%32.55%-
HSV(B)79.57º43.4%41.57%-
XYZ10.2812.866.21-
YUV96.27107.53124.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.41%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=35.41%
G=41.25%
B=23.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91106600.1400.430.5879.5727.7132.55
Hex5B6A3CE02B3A501c21
Octal1331527416053721203441
Binary1011011110101011110011100101011111010101000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,60); }

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

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

 a { background-color: rgb(91,106,60); }

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

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

 span { border-color: rgb(91,106,60); }

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