#618D48

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

Shades of Glade Green #618D48

Tints of Glade Green #618D48

Color information

#618D48 (or 0x618D48) is unknown color: approx Glade Green. HEX triplet: 61, 8D and 48. RGB value is (97,141,72). Sum of RGB (Red+Green+Blue) = 97+141+72=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #618D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D48 is #9E72B7. Grayscale: #787878. Windows color (decimal): -10384056 or 4754785. OLE color: 4754785.

HSL color Cylindrical-coordinate representation of color #618D48: hue angle of 98.26º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618D48 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB9714172-
CMYK0.3100.490.45
HSL98.26º32.39%41.76%-
HSV(B)98.26º48.94%55.29%-
XYZ15.6222.069.57-
YUV119.98100.92111.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=31.29%
G=45.48%
B=23.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97141720.3100.490.4598.2632.3941.76
Hex618D481F0312D62202a
Octal14121511037061551424052
Binary11000011000110110010001111101100011011011100010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,72); }

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

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

 a { background-color: rgb(97,141,72); }

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

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

 span { border-color: rgb(97,141,72); }

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