Html Css Color HEX #5B7342 Chalet Green

📋 copy color: '#5B7342'

red 91 ◦ green 115 ◦ blue 66

#5B7342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #5B7342

Tints of Chalet Green #5B7342

RGB

 RED value IS 91 (35.94% from 255) = 33.46%

 GREEN value IS 115 (45.31% from 255) = 42.28%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 33.46%
G = 42.28%
B = 24.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#5B7342 (or 0x5B7342) is known color: Chalet Green. HEX triplet: 5B, 73 and 42. RGB value is (91,115,66). Sum of RGB (Red+Green+Blue) = 91+115+66=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7342 is #A48CBD. Grayscale: #666666. Windows color (decimal): -10783934 or 4354907. OLE color: 4354907.

HSL color Cylindrical-coordinate representation of color #5B7342: hue angle of 89.39º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B7342 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 66 -
CMYK 0.21 0 0.43 0.55
HSL 89.39º 0.27% 0.35% -
HSV(B) 89.39º 0.43% 0.45% -
XYZ 11.43 14.88 7.42 -
YUV 102.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 91 115 66 0.21 0 0.43 0.55 89.39 0.27 0.35
Hex 5B 73 42 15 0 2B 37 59 1B 23
Octal 133 163 102 25 0 53 67 131 33 43
Binary 1011011 1110011 1000010 10101 0 101011 110111 1011001 11011 100011

Color Harmonies of #5B7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7342

Black with #5B7342

Text Example


Text Example

White with #5B7342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B7342;
 }
 .AnyTagClassName
 {
   color: #5B7342;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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