#5B693F

Color #5B693F Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #5B693F

Tints of Chalet Green #5B693F

Color information

#5B693F (or 0x5B693F) is unknown color: approx Chalet Green. HEX triplet: 5B, 69 and 3F. RGB value is (91,105,63). Sum of RGB (Red+Green+Blue) = 91+105+63=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #5B693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B693F is #A496C0. Grayscale: #606060. Windows color (decimal): -10786497 or 4155739. OLE color: 4155739.

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

Color convert

RGB9110563-
CMYK0.1300.40.59
HSL80º25%32.94%-
HSV(B)80º40%41.18%-
XYZ10.2612.696.61-
YUV96.03109.36124.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.14%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 63 (25% from 255) = 24.32%
R=35.14%
G=40.54%
B=24.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91105630.1300.40.59802532.94
Hex5B693FD0283B501921
Octal1331517715050731203141
Binary1011011110100111111111010101000111011101000011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B693F;
 }
 .AnyTagClassName
 {
   color: #5B693F;
 }
</style>
background-color css

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

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

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

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

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

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