Html Css Color HEX #5B6A4F Chalet Green

📋 copy color: '#5B6A4F'

red 91 ◦ green 106 ◦ blue 79

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

Shades of Chalet Green #5B6A4F

Tints of Chalet Green #5B6A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 32.97%
G = 38.41%
B = 28.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#5B6A4F (or 0x5B6A4F) is known color: Chalet Green. HEX triplet: 5B, 6A and 4F. RGB value is (91,106,79). Sum of RGB (Red+Green+Blue) = 91+106+79=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A4F is #A495B0. Grayscale: #626262. Windows color (decimal): -10786225 or 5204571. OLE color: 5204571.

HSL color Cylindrical-coordinate representation of color #5B6A4F: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B6A4F is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 106 79 -
CMYK 0.14 0 0.25 0.58
HSL 93.33º 0.15% 0.36% -
HSV(B) 93.33º 0.25% 0.42% -
XYZ 10.88 13.1 9.35 -
YUV 98.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 91 106 79 0.14 0 0.25 0.58 93.33 0.15 0.36
Hex 5B 6A 4F E 0 19 3A 5D F 24
Octal 133 152 117 16 0 31 72 135 17 44
Binary 1011011 1101010 1001111 1110 0 11001 111010 1011101 1111 100100

Color Harmonies of #5B6A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6A4F

Black with #5B6A4F

Text Example


Text Example

White with #5B6A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,106,79); }

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

background-color css

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

 a { background-color: rgb(91,106,79); }

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

border-color css

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

 span { border-color: rgb(91,106,79); }

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