Html Css Color HEX #618D49 Glade Green

📋 copy color: '#618D49'

red 97 ◦ green 141 ◦ blue 73

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

Shades of Glade Green #618D49

Tints of Glade Green #618D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.34%

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

R = 31.19%
G = 45.34%
B = 23.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#618D49 (or 0x618D49) is known color: Glade Green. HEX triplet: 61, 8D and 49. RGB value is (97,141,73). Sum of RGB (Red+Green+Blue) = 97+141+73=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #618D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D49 is #9E72B6. Grayscale: #787878. Windows color (decimal): -10384055 or 4820321. OLE color: 4820321.

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

Color convert

RGB 97 141 73 -
CMYK 0.31 0 0.48 0.45
HSL 98.82º 0.32% 0.42% -
HSV(B) 98.82º 0.48% 0.55% -
XYZ 15.66 22.07 9.74 -
YUV 120.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 97 141 73 0.31 0 0.48 0.45 98.82 0.32 0.42
Hex 61 8D 49 1F 0 30 2D 63 20 2A
Octal 141 215 111 37 0 60 55 143 40 52
Binary 1100001 10001101 1001001 11111 0 110000 101101 1100011 100000 101010

Color Harmonies of #618D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D49

Black with #618D49

Text Example


Text Example

White with #618D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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