#55934E

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

Shades of Hippie Green #55934E

Tints of Hippie Green #55934E

Color information

#55934E (or 0x55934E) is unknown color: approx Hippie Green. HEX triplet: 55, 93 and 4E. RGB value is (85,147,78). Sum of RGB (Red+Green+Blue) = 85+147+78=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #55934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55934E is #AA6CB1. Grayscale: #787878. Windows color (decimal): -11168946 or 5149525. OLE color: 5149525.

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

Color convert

RGB8514778-
CMYK0.4200.470.42
HSL113.91º30.67%44.12%-
HSV(B)113.91º46.94%57.65%-
XYZ15.5623.3510.89-
YUV120.6103.96102.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=27.42%
G=47.42%
B=25.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147780.4200.470.42113.9130.6744.12
Hex55934E2A02F2A721f2c
Octal12522311652057521623754
Binary10101011001001110011101010100101111101010111001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55934E; }

 p { color: rgb(85,147,78); }

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

<style>
 a { background-color: #55934E; }

 a { background-color: rgb(85,147,78); }

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

<style>
 span { border-color: #55934E; }

 span { border-color: rgb(85,147,78); }

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