#55924A

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

Shades of Hippie Green #55924A

Tints of Hippie Green #55924A

Color information

#55924A (or 0x55924A) is unknown color: approx Hippie Green. HEX triplet: 55, 92 and 4A. RGB value is (85,146,74). Sum of RGB (Red+Green+Blue) = 85+146+74=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #55924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55924A is #AA6DB5. Grayscale: #777777. Windows color (decimal): -11169206 or 4887125. OLE color: 4887125.

HSL color Cylindrical-coordinate representation of color #55924A: hue angle of 110.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55924A is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB8514674-
CMYK0.4200.490.43
HSL110.83º32.73%43.14%-
HSV(B)110.83º49.32%57.25%-
XYZ15.2622.9810.11-
YUV119.55102.29103.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=27.87%
G=47.87%
B=24.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146740.4200.490.43110.8332.7343.14
Hex55924A2A0312B6f212b
Octal12522211252061531574153
Binary101010110010010100101010101001100011010111101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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