#5B664B

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

Shades of Chalet Green #5B664B

Tints of Chalet Green #5B664B

Color information

#5B664B (or 0x5B664B) is unknown color: approx Chalet Green. HEX triplet: 5B, 66 and 4B. RGB value is (91,102,75). Sum of RGB (Red+Green+Blue) = 91+102+75=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #5B664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B664B is #A499B4. Grayscale: #5F5F5F. Windows color (decimal): -10787253 or 4941403. OLE color: 4941403.

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

Color convert

RGB9110275-
CMYK0.1100.260.6
HSL84.44º15.25%34.71%-
HSV(B)84.44º26.47%40%-
XYZ10.3412.238.47-
YUV95.63116.36124.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=33.96%
G=38.06%
B=27.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102750.1100.260.684.4415.2534.71
Hex5B664BB01A3C54f23
Octal13314611313032741241743
Binary101101111001101001011101101101011110010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,75); }

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

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

 a { background-color: rgb(91,102,75); }

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

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

 span { border-color: rgb(91,102,75); }

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