#616D50

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

Shades of Chalet Green #616D50

Tints of Chalet Green #616D50

Color information

#616D50 (or 0x616D50) is unknown color: approx Chalet Green. HEX triplet: 61, 6D and 50. RGB value is (97,109,80). Sum of RGB (Red+Green+Blue) = 97+109+80=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #616D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D50 is #9E92AF. Grayscale: #666666. Windows color (decimal): -10392240 or 5270881. OLE color: 5270881.

HSL color Cylindrical-coordinate representation of color #616D50: hue angle of 84.83º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616D50 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB9710980-
CMYK0.1100.270.57
HSL84.83º15.34%37.06%-
HSV(B)84.83º26.61%42.75%-
XYZ11.8514.069.68-
YUV102.11115.52124.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=33.92%
G=38.11%
B=27.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97109800.1100.270.5784.8315.3437.06
Hex616D50B01B3955f25
Octal14115512013033711251745
Binary110000111011011010000101101101111100110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616D50; }

 p { color: rgb(97,109,80); }

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

<style>
 a { background-color: #616D50; }

 a { background-color: rgb(97,109,80); }

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

<style>
 span { border-color: #616D50; }

 span { border-color: rgb(97,109,80); }

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