#5B6B4D

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

Shades of Chalet Green #5B6B4D

Tints of Chalet Green #5B6B4D

Color information

#5B6B4D (or 0x5B6B4D) is unknown color: approx Chalet Green. HEX triplet: 5B, 6B and 4D. RGB value is (91,107,77). Sum of RGB (Red+Green+Blue) = 91+107+77=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6B4D is #A494B2. Grayscale: #626262. Windows color (decimal): -10785971 or 5073755. OLE color: 5073755.

HSL color Cylindrical-coordinate representation of color #5B6B4D: hue angle of 92º 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 #5B6B4D is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB9110777-
CMYK0.1500.280.58
HSL92º16.3%36.08%-
HSV(B)92º28.04%41.96%-
XYZ10.9113.289.01-
YUV98.8115.7122.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.09%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 77 (30.47% from 255) = 28%
R=33.09%
G=38.91%
B=28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91107770.1500.280.589216.336.08
Hex5B6B4DF01C3A5c1024
Octal13315311517034721342044
Binary1011011110101110011011111011100111010101110010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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