#56914D

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

Shades of Hippie Green #56914D

Tints of Hippie Green #56914D

Color information

#56914D (or 0x56914D) is unknown color: approx Hippie Green. HEX triplet: 56, 91 and 4D. RGB value is (86,145,77). Sum of RGB (Red+Green+Blue) = 86+145+77=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #56914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56914D is #A96EB2. Grayscale: #777777. Windows color (decimal): -11103923 or 5083478. OLE color: 5083478.

HSL color Cylindrical-coordinate representation of color #56914D: hue angle of 112.06º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56914D is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB8614577-
CMYK0.4100.470.43
HSL112.06º30.63%43.53%-
HSV(B)112.06º46.9%56.86%-
XYZ15.322.7710.61-
YUV119.61103.95104.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 77 (30.47% from 255) = 25%
R=27.92%
G=47.08%
B=25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86145770.4100.470.43112.0630.6343.53
Hex56914D2902F2B701f2c
Octal12622111551057531603754
Binary10101101001000110011011010010101111101011111000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56914D; }

 p { color: rgb(86,145,77); }

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

<style>
 a { background-color: #56914D; }

 a { background-color: rgb(86,145,77); }

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

<style>
 span { border-color: #56914D; }

 span { border-color: rgb(86,145,77); }

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