#54964B

Color #54964B Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #54964B

Tints of Hippie Green #54964B

Color information

#54964B (or 0x54964B) is unknown color: approx Hippie Green. HEX triplet: 54, 96 and 4B. RGB value is (84,150,75). Sum of RGB (Red+Green+Blue) = 84+150+75=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #54964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54964B is #AB69B4. Grayscale: #797979. Windows color (decimal): -11233717 or 4953684. OLE color: 4953684.

HSL color Cylindrical-coordinate representation of color #54964B: hue angle of 112.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54964B is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB8415075-
CMYK0.4400.50.41
HSL112.8º33.33%44.12%-
HSV(B)112.8º50%58.82%-
XYZ15.8324.2110.49-
YUV121.72101.63101.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=27.18%
G=48.54%
B=24.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150750.4400.50.41112.833.3344.12
Hex54964B2C0322971212c
Octal12422611354062511614154
Binary101010010010110100101110110001100101010011110001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54964B; }

 p { color: rgb(84,150,75); }

 H1.HeaderClassName
 {
   color: #54964B;
 }
 .AnyTagClassName
 {
   color: #54964B;
 }
</style>
background-color css

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

 a { background-color: rgb(84,150,75); }

 div.DivClassName
 {
   background-color: #54964B;
 }
 .BgClassName
 {
   background-color: #54964B;
 }
</style>
border-color css

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

 span { border-color: rgb(84,150,75); }

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