#618D46

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

Shades of Glade Green #618D46

Tints of Glade Green #618D46

Color information

#618D46 (or 0x618D46) is unknown color: approx Glade Green. HEX triplet: 61, 8D and 46. RGB value is (97,141,70). Sum of RGB (Red+Green+Blue) = 97+141+70=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #618D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D46 is #9E72B9. Grayscale: #777777. Windows color (decimal): -10384058 or 4623713. OLE color: 4623713.

HSL color Cylindrical-coordinate representation of color #618D46: hue angle of 97.18º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618D46 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB9714170-
CMYK0.3100.500.45
HSL97.18º33.65%41.37%-
HSV(B)97.18º50.35%55.29%-
XYZ15.5622.039.23-
YUV119.7599.92111.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=31.49%
G=45.78%
B=22.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97141700.3100.500.4597.1833.6541.37
Hex618D461F0322D612229
Octal14121510637062551414251
Binary11000011000110110001101111101100101011011100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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