Html Css Color HEX #54944A Hippie Green

📋 copy color: '#54944A'

red 84 ◦ green 148 ◦ blue 74

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

Shades of Hippie Green #54944A

Tints of Hippie Green #54944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.37%

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 27.45%
G = 48.37%
B = 24.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#54944A (or 0x54944A) is known color: Hippie Green. HEX triplet: 54, 94 and 4A. RGB value is (84,148,74). Sum of RGB (Red+Green+Blue) = 84+148+74=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #54944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54944A is #AB6BB5. Grayscale: #787878. Windows color (decimal): -11234230 or 4887636. OLE color: 4887636.

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

Color convert

RGB 84 148 74 -
CMYK 0.43 0 0.50 0.42
HSL 111.89º 0.33% 0.44% -
HSV(B) 111.89º 0.5% 0.58% -
XYZ 15.48 23.56 10.21 -
YUV 120.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 84 148 74 0.43 0 0.50 0.42 111.89 0.33 0.44
Hex 54 94 4A 2B 0 32 2A 70 21 2C
Octal 124 224 112 53 0 62 52 160 41 54
Binary 1010100 10010100 1001010 101011 0 110010 101010 1110000 100001 101100

Color Harmonies of #54944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54944A

Black with #54944A

Text Example


Text Example

White with #54944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54944A; }

 p { color: rgb(84,148,74); }

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

background-color css

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

 a { background-color: rgb(84,148,74); }

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

border-color css

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

 span { border-color: rgb(84,148,74); }

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