Html Css Color HEX #5B7049 Chalet Green

📋 copy color: '#5B7049'

red 91 ◦ green 112 ◦ blue 73

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

Shades of Chalet Green #5B7049

Tints of Chalet Green #5B7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 32.97%
G = 40.58%
B = 26.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#5B7049 (or 0x5B7049) is known color: Chalet Green. HEX triplet: 5B, 70 and 49. RGB value is (91,112,73). Sum of RGB (Red+Green+Blue) = 91+112+73=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7049 is #A48FB6. Grayscale: #656565. Windows color (decimal): -10784695 or 4812891. OLE color: 4812891.

HSL color Cylindrical-coordinate representation of color #5B7049: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B7049 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 112 73 -
CMYK 0.19 0 0.35 0.56
HSL 92.31º 0.21% 0.36% -
HSV(B) 92.31º 0.35% 0.44% -
XYZ 11.31 14.29 8.47 -
YUV 101.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 91 112 73 0.19 0 0.35 0.56 92.31 0.21 0.36
Hex 5B 70 49 13 0 23 38 5C 15 24
Octal 133 160 111 23 0 43 70 134 25 44
Binary 1011011 1110000 1001001 10011 0 100011 111000 1011100 10101 100100

Color Harmonies of #5B7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7049

Black with #5B7049

Text Example


Text Example

White with #5B7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,112,73); }

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

background-color css

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

 a { background-color: rgb(91,112,73); }

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

border-color css

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

 span { border-color: rgb(91,112,73); }

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