Html Css Color HEX #54954D Hippie Green

📋 copy color: '#54954D'

red 84 ◦ green 149 ◦ blue 77

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

Shades of Hippie Green #54954D

Tints of Hippie Green #54954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 27.1%
G = 48.06%
B = 24.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#54954D (or 0x54954D) is known color: Hippie Green. HEX triplet: 54, 95 and 4D. RGB value is (84,149,77). Sum of RGB (Red+Green+Blue) = 84+149+77=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #54954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54954D is #AB6AB2. Grayscale: #797979. Windows color (decimal): -11233971 or 5084500. OLE color: 5084500.

HSL color Cylindrical-coordinate representation of color #54954D: hue angle of 114.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54954D is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 77 -
CMYK 0.44 0 0.48 0.42
HSL 114.17º 0.32% 0.44% -
HSV(B) 114.17º 0.48% 0.58% -
XYZ 15.74 23.92 10.81 -
YUV 121.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 84 149 77 0.44 0 0.48 0.42 114.17 0.32 0.44
Hex 54 95 4D 2C 0 30 2A 72 20 2C
Octal 124 225 115 54 0 60 52 162 40 54
Binary 1010100 10010101 1001101 101100 0 110000 101010 1110010 100000 101100

Color Harmonies of #54954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54954D

Black with #54954D

Text Example


Text Example

White with #54954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54954D; }

 p { color: rgb(84,149,77); }

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

background-color css

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

 a { background-color: rgb(84,149,77); }

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

border-color css

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

 span { border-color: rgb(84,149,77); }

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