#5B7542

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

Shades of Chalet Green #5B7542

Tints of Chalet Green #5B7542

Color information

#5B7542 (or 0x5B7542) is unknown color: approx Chalet Green. HEX triplet: 5B, 75 and 42. RGB value is (91,117,66). Sum of RGB (Red+Green+Blue) = 91+117+66=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7542 is #A48ABD. Grayscale: #676767. Windows color (decimal): -10783422 or 4355419. OLE color: 4355419.

HSL color Cylindrical-coordinate representation of color #5B7542: hue angle of 90.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B7542 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB9111766-
CMYK0.2200.440.54
HSL90.59º27.87%35.88%-
HSV(B)90.59º43.59%45.88%-
XYZ11.6615.347.5-
YUV103.41106.89119.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=33.21%
G=42.70%
B=24.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91117660.2200.440.5490.5927.8735.88
Hex5B75421602C365b1c24
Octal13316510226054661333444
Binary101101111101011000010101100101100110110101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,66); }

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

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

 a { background-color: rgb(91,117,66); }

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

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

 span { border-color: rgb(91,117,66); }

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