Html Css Color HEX #5B6F49 Chalet Green

📋 copy color: '#5B6F49'

red 91 ◦ green 111 ◦ blue 73

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

Shades of Chalet Green #5B6F49

Tints of Chalet Green #5B6F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

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

R = 33.09%
G = 40.36%
B = 26.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#5B6F49 (or 0x5B6F49) is known color: Chalet Green. HEX triplet: 5B, 6F and 49. RGB value is (91,111,73). Sum of RGB (Red+Green+Blue) = 91+111+73=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6F49 is #A490B6. Grayscale: #646464. Windows color (decimal): -10784951 or 4812635. OLE color: 4812635.

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

Color convert

RGB 91 111 73 -
CMYK 0.18 0 0.34 0.56
HSL 91.58º 0.21% 0.36% -
HSV(B) 91.58º 0.34% 0.44% -
XYZ 11.2 14.07 8.43 -
YUV 100.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 91 111 73 0.18 0 0.34 0.56 91.58 0.21 0.36
Hex 5B 6F 49 12 0 22 38 5C 15 24
Octal 133 157 111 22 0 42 70 134 25 44
Binary 1011011 1101111 1001001 10010 0 100010 111000 1011100 10101 100100

Color Harmonies of #5B6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6F49

Black with #5B6F49

Text Example


Text Example

White with #5B6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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