Html Css Color HEX #5B7041 Chalet Green

📋 copy color: '#5B7041'

red 91 ◦ green 112 ◦ blue 65

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

Shades of Chalet Green #5B7041

Tints of Chalet Green #5B7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 33.96%
G = 41.79%
B = 24.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#5B7041 (or 0x5B7041) is known color: Chalet Green. HEX triplet: 5B, 70 and 41. RGB value is (91,112,65). Sum of RGB (Red+Green+Blue) = 91+112+65=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7041 is #A48FBE. Grayscale: #646464. Windows color (decimal): -10784703 or 4288603. OLE color: 4288603.

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

Color convert

RGB 91 112 65 -
CMYK 0.19 0 0.42 0.56
HSL 86.81º 0.27% 0.35% -
HSV(B) 86.81º 0.42% 0.44% -
XYZ 11.06 14.19 7.16 -
YUV 100.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 91 112 65 0.19 0 0.42 0.56 86.81 0.27 0.35
Hex 5B 70 41 13 0 2A 38 57 1B 23
Octal 133 160 101 23 0 52 70 127 33 43
Binary 1011011 1110000 1000001 10011 0 101010 111000 1010111 11011 100011

Color Harmonies of #5B7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7041

Black with #5B7041

Text Example


Text Example

White with #5B7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,112,65); }

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

background-color css

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

 a { background-color: rgb(91,112,65); }

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

border-color css

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

 span { border-color: rgb(91,112,65); }

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