Html Css Color HEX #609049 Glade Green

📋 copy color: '#609049'

red 96 ◦ green 144 ◦ blue 73

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

Shades of Glade Green #609049

Tints of Glade Green #609049

RGB

 RED value IS 96 (37.89% from 255) = 30.67%

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

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

R = 30.67%
G = 46.01%
B = 23.32%

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

#609049 (or 0x609049) is known color: Glade Green. HEX triplet: 60, 90 and 49. RGB value is (96,144,73). Sum of RGB (Red+Green+Blue) = 96+144+73=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #609049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609049 is #9F6FB6. Grayscale: #797979. Windows color (decimal): -10448823 or 4821088. OLE color: 4821088.

HSL color Cylindrical-coordinate representation of color #609049: hue angle of 100.56º 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 #609049 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 73 -
CMYK 0.33 0 0.49 0.44
HSL 100.56º 0.33% 0.43% -
HSV(B) 100.56º 0.49% 0.56% -
XYZ 16 22.91 9.88 -
YUV 121.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 96 144 73 0.33 0 0.49 0.44 100.56 0.33 0.43
Hex 60 90 49 21 0 31 2C 65 21 2B
Octal 140 220 111 41 0 61 54 145 41 53
Binary 1100000 10010000 1001001 100001 0 110001 101100 1100101 100001 101011

Color Harmonies of #609049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609049

Black with #609049

Text Example


Text Example

White with #609049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609049; }

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

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

background-color css

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

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

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

border-color css

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

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

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