Html Css Color HEX #549250 Hippie Green

📋 copy color: '#549250'

red 84 ◦ green 146 ◦ blue 80

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

Shades of Hippie Green #549250

Tints of Hippie Green #549250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 27.1%
G = 47.1%
B = 25.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#549250 (or 0x549250) is known color: Hippie Green. HEX triplet: 54, 92 and 50. RGB value is (84,146,80). Sum of RGB (Red+Green+Blue) = 84+146+80=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #549250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549250 is #AB6DAF. Grayscale: #787878. Windows color (decimal): -11234736 or 5280340. OLE color: 5280340.

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

Color convert

RGB 84 146 80 -
CMYK 0.42 0 0.45 0.43
HSL 116.36º 0.29% 0.44% -
HSV(B) 116.36º 0.45% 0.57% -
XYZ 15.38 23.02 11.22 -
YUV 119.94 105.46 102.37 -
System Red Green Blue C M Y K H S L
Decimal 84 146 80 0.42 0 0.45 0.43 116.36 0.29 0.44
Hex 54 92 50 2A 0 2D 2B 74 1D 2C
Octal 124 222 120 52 0 55 53 164 35 54
Binary 1010100 10010010 1010000 101010 0 101101 101011 1110100 11101 101100

Color Harmonies of #549250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549250

Black with #549250

Text Example


Text Example

White with #549250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549250; }

 p { color: rgb(84,146,80); }

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

background-color css

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

 a { background-color: rgb(84,146,80); }

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

border-color css

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

 span { border-color: rgb(84,146,80); }

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