Html Css Color HEX #5B7345 Chalet Green

📋 copy color: '#5B7345'

red 91 ◦ green 115 ◦ blue 69

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

Shades of Chalet Green #5B7345

Tints of Chalet Green #5B7345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 33.09%
G = 41.82%
B = 25.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#5B7345 (or 0x5B7345) is known color: Chalet Green. HEX triplet: 5B, 73 and 45. RGB value is (91,115,69). Sum of RGB (Red+Green+Blue) = 91+115+69=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7345 is #A48CBA. Grayscale: #666666. Windows color (decimal): -10783931 or 4551515. OLE color: 4551515.

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

Color convert

RGB 91 115 69 -
CMYK 0.21 0 0.4 0.55
HSL 91.3º 0.25% 0.36% -
HSV(B) 91.3º 0.4% 0.45% -
XYZ 11.52 14.92 7.9 -
YUV 102.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 91 115 69 0.21 0 0.4 0.55 91.3 0.25 0.36
Hex 5B 73 45 15 0 28 37 5B 19 24
Octal 133 163 105 25 0 50 67 133 31 44
Binary 1011011 1110011 1000101 10101 0 101000 110111 1011011 11001 100100

Color Harmonies of #5B7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7345

Black with #5B7345

Text Example


Text Example

White with #5B7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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