Html Css Color HEX #619048 Glade Green

📋 copy color: '#619048'

red 97 ◦ green 144 ◦ blue 72

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

Shades of Glade Green #619048

Tints of Glade Green #619048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 30.99%
G = 46.01%
B = 23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#619048 (or 0x619048) is known color: Glade Green. HEX triplet: 61, 90 and 48. RGB value is (97,144,72). Sum of RGB (Red+Green+Blue) = 97+144+72=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #619048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619048 is #9E6FB7. Grayscale: #797979. Windows color (decimal): -10383288 or 4755553. OLE color: 4755553.

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

Color convert

RGB 97 144 72 -
CMYK 0.33 0 0.50 0.44
HSL 99.17º 0.33% 0.42% -
HSV(B) 99.17º 0.5% 0.56% -
XYZ 16.07 22.96 9.71 -
YUV 121.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 97 144 72 0.33 0 0.50 0.44 99.17 0.33 0.42
Hex 61 90 48 21 0 32 2C 63 21 2A
Octal 141 220 110 41 0 62 54 143 41 52
Binary 1100001 10010000 1001000 100001 0 110010 101100 1100011 100001 101010

Color Harmonies of #619048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619048

Black with #619048

Text Example


Text Example

White with #619048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619048; }

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

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

background-color css

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

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

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

border-color css

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

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

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