Html Css Color HEX #618E49 Glade Green

📋 copy color: '#618E49'

red 97 ◦ green 142 ◦ blue 73

#618E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #618E49

Tints of Glade Green #618E49

RGB

 RED value IS 97 (38.28% from 255) = 31.09%

 GREEN value IS 142 (55.86% from 255) = 45.51%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 31.09%
G = 45.51%
B = 23.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#618E49 (or 0x618E49) is known color: Glade Green. HEX triplet: 61, 8E and 49. RGB value is (97,142,73). Sum of RGB (Red+Green+Blue) = 97+142+73=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #618E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618E49 is #9E71B6. Grayscale: #787878. Windows color (decimal): -10383799 or 4820577. OLE color: 4820577.

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

Color convert

RGB 97 142 73 -
CMYK 0.32 0 0.49 0.44
HSL 99.13º 0.32% 0.42% -
HSV(B) 99.13º 0.49% 0.56% -
XYZ 15.81 22.37 9.79 -
YUV 120.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 97 142 73 0.32 0 0.49 0.44 99.13 0.32 0.42
Hex 61 8E 49 20 0 31 2C 63 20 2A
Octal 141 216 111 40 0 61 54 143 40 52
Binary 1100001 10001110 1001001 100000 0 110001 101100 1100011 100000 101010

Color Harmonies of #618E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618E49

Black with #618E49

Text Example


Text Example

White with #618E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #618E49;
 }
 .AnyTagClassName
 {
   color: #618E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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