#54904C

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

Shades of Hippie Green #54904C

Tints of Hippie Green #54904C

Color information

#54904C (or 0x54904C) is unknown color: approx Hippie Green. HEX triplet: 54, 90 and 4C. RGB value is (84,144,76). Sum of RGB (Red+Green+Blue) = 84+144+76=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #54904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54904C is #AB6FB3. Grayscale: #767676. Windows color (decimal): -11235252 or 5017684. OLE color: 5017684.

HSL color Cylindrical-coordinate representation of color #54904C: hue angle of 112.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54904C is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB8414476-
CMYK0.4200.470.44
HSL112.94º30.91%43.14%-
HSV(B)112.94º47.22%56.47%-
XYZ14.9322.3510.36-
YUV118.31104.12103.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.63%
GREEN value IS 144 (56.64% from 255) = 47.37%
BLUE value IS 76 (30.08% from 255) = 25%
R=27.63%
G=47.37%
B=25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144760.4200.470.44112.9430.9143.14
Hex54904C2A02F2C711f2b
Octal12422011452057541613753
Binary10101001001000010011001010100101111101100111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54904C; }

 p { color: rgb(84,144,76); }

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

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

 a { background-color: rgb(84,144,76); }

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

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

 span { border-color: rgb(84,144,76); }

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