#55964E

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

Shades of Hippie Green #55964E

Tints of Hippie Green #55964E

Color information

#55964E (or 0x55964E) is unknown color: approx Hippie Green. HEX triplet: 55, 96 and 4E. RGB value is (85,150,78). Sum of RGB (Red+Green+Blue) = 85+150+78=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #55964E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55964E is #AA69B1. Grayscale: #7A7A7A. Windows color (decimal): -11168178 or 5150293. OLE color: 5150293.

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

Color convert

RGB8515078-
CMYK0.4300.480.41
HSL114.17º31.58%44.71%-
HSV(B)114.17º48%58.82%-
XYZ16.0324.2911.05-
YUV122.36102.97101.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=27.16%
G=47.92%
B=24.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150780.4300.480.41114.1731.5844.71
Hex55964E2B0302972202d
Octal12522611653060511624055
Binary101010110010110100111010101101100001010011110010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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