#618f50

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

Shades of Glade Green #618F50

Tints of Glade Green #618F50

Color information

#618F50 (or 0x618F50) is unknown color: approx Glade Green. HEX triplet: 61, 8F and 50. RGB value is (97,143,80). Sum of RGB (Red+Green+Blue) = 97+143+80=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #618F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F50 is #9E70AF. Grayscale: #7A7A7A. Windows color (decimal): -10383536 or 5279585. OLE color: 5279585.

HSL color Cylindrical-coordinate representation of color #618F50: hue angle of 103.81º 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 #618F50 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB9714380-
CMYK0.3200.440.44
HSL103.81º28.25%43.73%-
HSV(B)103.81º44.06%56.08%-
XYZ16.222.7711.13-
YUV122.06104.26110.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 80 (31.64% from 255) = 25%
R=30.31%
G=44.69%
B=25%

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
Decimal97143800.3200.440.44103.8128.2543.73
Hex618F502002C2C681c2c
Octal14121712040054541503454
Binary11000011000111110100001000000101100101100110100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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