#5C964D

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

Shades of Hippie Green #5C964D

Tints of Hippie Green #5C964D

Color information

#5C964D (or 0x5C964D) is unknown color: approx Hippie Green. HEX triplet: 5C, 96 and 4D. RGB value is (92,150,77). Sum of RGB (Red+Green+Blue) = 92+150+77=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #5C964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C964D is #A369B2. Grayscale: #7C7C7C. Windows color (decimal): -10709427 or 5084764. OLE color: 5084764.

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

Color convert

RGB9215077-
CMYK0.3900.490.41
HSL107.67º32.16%44.51%-
HSV(B)107.67º48.67%58.82%-
XYZ16.6624.6210.9-
YUV124.34101.28104.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=28.84%
G=47.02%
B=24.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150770.3900.490.41107.6732.1644.51
Hex5C964D27031296c202d
Octal13422611547061511544055
Binary101110010010110100110110011101100011010011101100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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