#618E50

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

Shades of Glade Green #618E50

Tints of Glade Green #618E50

Color information

#618E50 (or 0x618E50) is unknown color: approx Glade Green. HEX triplet: 61, 8E and 50. RGB value is (97,142,80). Sum of RGB (Red+Green+Blue) = 97+142+80=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #618E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E50 is #9E71AF. Grayscale: #797979. Windows color (decimal): -10383792 or 5279329. OLE color: 5279329.

HSL color Cylindrical-coordinate representation of color #618E50: hue angle of 103.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618E50 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB9714280-
CMYK0.3200.440.44
HSL103.55º27.93%43.53%-
HSV(B)103.55º43.66%55.69%-
XYZ16.0522.4711.08-
YUV121.48104.59110.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=30.41%
G=44.51%
B=25.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97142800.3200.440.44103.5527.9343.53
Hex618E502002C2C681c2c
Octal14121612040054541503454
Binary11000011000111010100001000000101100101100110100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618E50; }

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

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

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

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

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

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

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

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