#618A49

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

Shades of Glade Green #618A49

Tints of Glade Green #618A49

Color information

#618A49 (or 0x618A49) is unknown color: approx Glade Green. HEX triplet: 61, 8A and 49. RGB value is (97,138,73). Sum of RGB (Red+Green+Blue) = 97+138+73=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #618A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618A49 is #9E75B6. Grayscale: #767676. Windows color (decimal): -10384823 or 4819553. OLE color: 4819553.

HSL color Cylindrical-coordinate representation of color #618A49: hue angle of 97.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618A49 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB9713873-
CMYK0.3000.470.46
HSL97.85º30.81%41.37%-
HSV(B)97.85º47.1%54.12%-
XYZ15.2221.29.59-
YUV118.33102.42112.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=31.49%
G=44.81%
B=23.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97138730.3000.470.4697.8530.8141.37
Hex618A491E02F2E621f29
Octal14121211136057561423751
Binary1100001100010101001001111100101111101110110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,138,73); }

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

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

 a { background-color: rgb(97,138,73); }

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

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

 span { border-color: rgb(97,138,73); }

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