#55964A

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

Shades of Hippie Green #55964A

Tints of Hippie Green #55964A

Color information

#55964A (or 0x55964A) is unknown color: approx Hippie Green. HEX triplet: 55, 96 and 4A. RGB value is (85,150,74). Sum of RGB (Red+Green+Blue) = 85+150+74=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #55964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55964A is #AA69B5. Grayscale: #7A7A7A. Windows color (decimal): -11168182 or 4888149. OLE color: 4888149.

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

Color convert

RGB8515074-
CMYK0.4300.510.41
HSL111.32º33.93%43.92%-
HSV(B)111.32º50.67%58.82%-
XYZ15.8924.2410.32-
YUV121.9100.97101.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=27.51%
G=48.54%
B=23.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150740.4300.510.41111.3233.9343.92
Hex55964A2B033296f222c
Octal12522611253063511574254
Binary101010110010110100101010101101100111010011101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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