#5C964E

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

Shades of Hippie Green #5C964E

Tints of Hippie Green #5C964E

Color information

#5C964E (or 0x5C964E) is unknown color: approx Hippie Green. HEX triplet: 5C, 96 and 4E. RGB value is (92,150,78). Sum of RGB (Red+Green+Blue) = 92+150+78=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #5C964E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C964E is #A369B1. Grayscale: #7C7C7C. Windows color (decimal): -10709426 or 5150300. OLE color: 5150300.

HSL color Cylindrical-coordinate representation of color #5C964E: hue angle of 108.33º 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 #5C964E is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB9215078-
CMYK0.3900.480.41
HSL108.33º31.58%44.71%-
HSV(B)108.33º48%58.82%-
XYZ16.724.6411.08-
YUV124.45101.78104.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=28.75%
G=46.88%
B=24.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150780.3900.480.41108.3331.5844.71
Hex5C964E27030296c202d
Octal13422611647060511544055
Binary101110010010110100111010011101100001010011101100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C964E; }

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

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

<style>
 a { background-color: #5C964E; }

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

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

<style>
 span { border-color: #5C964E; }

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

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