Html Css Color HEX #5B6A4E Chalet Green

📋 copy color: '#5B6A4E'

red 91 ◦ green 106 ◦ blue 78

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

Shades of Chalet Green #5B6A4E

Tints of Chalet Green #5B6A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.36%

R = 33.09%
G = 38.55%
B = 28.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#5B6A4E (or 0x5B6A4E) is known color: Chalet Green. HEX triplet: 5B, 6A and 4E. RGB value is (91,106,78). Sum of RGB (Red+Green+Blue) = 91+106+78=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A4E is #A495B1. Grayscale: #626262. Windows color (decimal): -10786226 or 5139035. OLE color: 5139035.

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

Color convert

RGB 91 106 78 -
CMYK 0.14 0 0.26 0.58
HSL 92.14º 0.15% 0.36% -
HSV(B) 92.14º 0.26% 0.42% -
XYZ 10.84 13.08 9.16 -
YUV 98.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 91 106 78 0.14 0 0.26 0.58 92.14 0.15 0.36
Hex 5B 6A 4E E 0 1A 3A 5C F 24
Octal 133 152 116 16 0 32 72 134 17 44
Binary 1011011 1101010 1001110 1110 0 11010 111010 1011100 1111 100100

Color Harmonies of #5B6A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6A4E

Black with #5B6A4E

Text Example


Text Example

White with #5B6A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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