Html Css Color HEX #5B713A Chalet Green

📋 copy color: '#5B713A'

red 91 ◦ green 113 ◦ blue 58

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

Shades of Chalet Green #5B713A

Tints of Chalet Green #5B713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 34.73%
G = 43.13%
B = 22.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#5B713A (or 0x5B713A) is known color: Chalet Green. HEX triplet: 5B, 71 and 3A. RGB value is (91,113,58). Sum of RGB (Red+Green+Blue) = 91+113+58=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #5B713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B713A is #A48EC5. Grayscale: #646464. Windows color (decimal): -10784454 or 3830107. OLE color: 3830107.

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

Color convert

RGB 91 113 58 -
CMYK 0.19 0 0.49 0.56
HSL 84º 0.32% 0.34% -
HSV(B) 84º 0.49% 0.44% -
XYZ 10.98 14.34 6.19 -
YUV 100.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 91 113 58 0.19 0 0.49 0.56 84 0.32 0.34
Hex 5B 71 3A 13 0 31 38 54 20 22
Octal 133 161 72 23 0 61 70 124 40 42
Binary 1011011 1110001 111010 10011 0 110001 111000 1010100 100000 100010

Color Harmonies of #5B713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B713A

Black with #5B713A

Text Example


Text Example

White with #5B713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,113,58); }

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

background-color css

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

 a { background-color: rgb(91,113,58); }

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

border-color css

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

 span { border-color: rgb(91,113,58); }

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