Html Css Color HEX #549149 Hippie Green

📋 copy color: '#549149'

red 84 ◦ green 145 ◦ blue 73

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

Shades of Hippie Green #549149

Tints of Hippie Green #549149

RGB

 RED value IS 84 (33.2% from 255) = 27.81%

 GREEN value IS 145 (57.03% from 255) = 48.01%

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

R = 27.81%
G = 48.01%
B = 24.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#549149 (or 0x549149) is known color: Hippie Green. HEX triplet: 54, 91 and 49. RGB value is (84,145,73). Sum of RGB (Red+Green+Blue) = 84+145+73=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #549149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549149 is #AB6EB6. Grayscale: #767676. Windows color (decimal): -11234999 or 4821332. OLE color: 4821332.

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

Color convert

RGB 84 145 73 -
CMYK 0.42 0 0.50 0.43
HSL 110.83º 0.33% 0.43% -
HSV(B) 110.83º 0.5% 0.57% -
XYZ 14.98 22.62 9.88 -
YUV 118.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 84 145 73 0.42 0 0.50 0.43 110.83 0.33 0.43
Hex 54 91 49 2A 0 32 2B 6F 21 2B
Octal 124 221 111 52 0 62 53 157 41 53
Binary 1010100 10010001 1001001 101010 0 110010 101011 1101111 100001 101011

Color Harmonies of #549149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549149

Black with #549149

Text Example


Text Example

White with #549149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549149; }

 p { color: rgb(84,145,73); }

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

background-color css

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

 a { background-color: rgb(84,145,73); }

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

border-color css

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

 span { border-color: rgb(84,145,73); }

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