Html Css Color HEX #619049 Glade Green

📋 copy color: '#619049'

red 97 ◦ green 144 ◦ blue 73

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

Shades of Glade Green #619049

Tints of Glade Green #619049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

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

R = 30.89%
G = 45.86%
B = 23.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#619049 (or 0x619049) is known color: Glade Green. HEX triplet: 61, 90 and 49. RGB value is (97,144,73). Sum of RGB (Red+Green+Blue) = 97+144+73=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #619049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619049 is #9E6FB6. Grayscale: #7A7A7A. Windows color (decimal): -10383287 or 4821089. OLE color: 4821089.

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

Color convert

RGB 97 144 73 -
CMYK 0.33 0 0.49 0.44
HSL 99.72º 0.33% 0.43% -
HSV(B) 99.72º 0.49% 0.56% -
XYZ 16.11 22.97 9.89 -
YUV 121.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 97 144 73 0.33 0 0.49 0.44 99.72 0.33 0.43
Hex 61 90 49 21 0 31 2C 64 21 2B
Octal 141 220 111 41 0 61 54 144 41 53
Binary 1100001 10010000 1001001 100001 0 110001 101100 1100100 100001 101011

Color Harmonies of #619049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619049

Black with #619049

Text Example


Text Example

White with #619049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619049; }

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

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

background-color css

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

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

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

border-color css

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

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

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