#54904B

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

Shades of Hippie Green #54904B

Tints of Hippie Green #54904B

Color information

#54904B (or 0x54904B) is unknown color: approx Hippie Green. HEX triplet: 54, 90 and 4B. RGB value is (84,144,75). Sum of RGB (Red+Green+Blue) = 84+144+75=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #54904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54904B is #AB6FB4. Grayscale: #767676. Windows color (decimal): -11235253 or 4952148. OLE color: 4952148.

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

Color convert

RGB8414475-
CMYK0.4200.480.44
HSL112.17º31.51%42.94%-
HSV(B)112.17º47.92%56.47%-
XYZ14.922.3410.18-
YUV118.19103.62103.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=27.72%
G=47.52%
B=24.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144750.4200.480.44112.1731.5142.94
Hex54904B2A0302C70202b
Octal12422011352060541604053
Binary101010010010000100101110101001100001011001110000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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