#55934F

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

Shades of Hippie Green #55934F

Tints of Hippie Green #55934F

Color information

#55934F (or 0x55934F) is unknown color: approx Hippie Green. HEX triplet: 55, 93 and 4F. RGB value is (85,147,79). Sum of RGB (Red+Green+Blue) = 85+147+79=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #55934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55934F is #AA6CB0. Grayscale: #787878. Windows color (decimal): -11168945 or 5215061. OLE color: 5215061.

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

Color convert

RGB8514779-
CMYK0.4200.460.42
HSL114.71º30.09%44.31%-
HSV(B)114.71º46.26%57.65%-
XYZ15.5923.3611.08-
YUV120.71104.46102.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=27.33%
G=47.27%
B=25.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147790.4200.460.42114.7130.0944.31
Hex55934F2A02E2A731e2c
Octal12522311752056521633654
Binary10101011001001110011111010100101110101010111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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