#618050

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

Shades of Glade Green #618050

Tints of Glade Green #618050

Color information

#618050 (or 0x618050) is unknown color: approx Glade Green. HEX triplet: 61, 80 and 50. RGB value is (97,128,80). Sum of RGB (Red+Green+Blue) = 97+128+80=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #618050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618050 is #9E7FAF. Grayscale: #717171. Windows color (decimal): -10387376 or 5275745. OLE color: 5275745.

HSL color Cylindrical-coordinate representation of color #618050: hue angle of 98.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #618050 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB9712880-
CMYK0.2400.380.50
HSL98.75º23.08%40.78%-
HSV(B)98.75º37.5%50.2%-
XYZ14.118.5610.43-
YUV113.26109.23116.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=31.80%
G=41.97%
B=26.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128800.2400.380.5098.7523.0840.78
Hex6180501802632631729
Octal14120012030046621432751
Binary1100001100000001010000110000100110110010110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618050; }

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

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

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

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

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

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

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

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