#55904A

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

Shades of Hippie Green #55904A

Tints of Hippie Green #55904A

Color information

#55904A (or 0x55904A) is unknown color: approx Hippie Green. HEX triplet: 55, 90 and 4A. RGB value is (85,144,74). Sum of RGB (Red+Green+Blue) = 85+144+74=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #55904A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55904A is #AA6FB5. Grayscale: #767676. Windows color (decimal): -11169718 or 4886613. OLE color: 4886613.

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

Color convert

RGB8514474-
CMYK0.4100.490.44
HSL110.57º32.11%42.75%-
HSV(B)110.57º48.61%56.47%-
XYZ14.9622.3710.01-
YUV118.38102.95104.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=28.05%
G=47.52%
B=24.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144740.4100.490.44110.5732.1142.75
Hex55904A290312C6f202b
Octal12522011251061541574053
Binary101010110010000100101010100101100011011001101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,144,74); }

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

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

 a { background-color: rgb(85,144,74); }

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

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

 span { border-color: rgb(85,144,74); }

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