Html Css Color HEX #5B693D Chalet Green

📋 copy color: '#5B693D'

red 91 ◦ green 105 ◦ blue 61

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

Shades of Chalet Green #5B693D

Tints of Chalet Green #5B693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.86%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 35.41%
G = 40.86%
B = 23.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#5B693D (or 0x5B693D) is known color: Chalet Green. HEX triplet: 5B, 69 and 3D. RGB value is (91,105,61). Sum of RGB (Red+Green+Blue) = 91+105+61=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #5B693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B693D is #A496C2. Grayscale: #5F5F5F. Windows color (decimal): -10786499 or 4024667. OLE color: 4024667.

HSL color Cylindrical-coordinate representation of color #5B693D: hue angle of 79.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B693D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 61 -
CMYK 0.13 0 0.42 0.59
HSL 79.09º 0.27% 0.33% -
HSV(B) 79.09º 0.42% 0.41% -
XYZ 10.21 12.66 6.32 -
YUV 95.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 91 105 61 0.13 0 0.42 0.59 79.09 0.27 0.33
Hex 5B 69 3D D 0 2A 3B 4F 1B 21
Octal 133 151 75 15 0 52 73 117 33 41
Binary 1011011 1101001 111101 1101 0 101010 111011 1001111 11011 100001

Color Harmonies of #5B693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B693D

Black with #5B693D

Text Example


Text Example

White with #5B693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,61); }

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

background-color css

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

 a { background-color: rgb(91,105,61); }

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

border-color css

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

 span { border-color: rgb(91,105,61); }

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