#5C8261

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

Shades of Hippie Green #5C8261

Tints of Hippie Green #5C8261

Color information

#5C8261 (or 0x5C8261) is unknown color: approx Hippie Green. HEX triplet: 5C, 82 and 61. RGB value is (92,130,97). Sum of RGB (Red+Green+Blue) = 92+130+97=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8261 is #A37D9E. Grayscale: #727272. Windows color (decimal): -10714527 or 6390364. OLE color: 6390364.

HSL color Cylindrical-coordinate representation of color #5C8261: hue angle of 127.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C8261 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB9213097-
CMYK0.2900.250.49
HSL127.89º17.12%43.53%-
HSV(B)127.89º29.23%50.98%-
XYZ14.5519.114.23-
YUV114.88117.91111.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=28.84%
G=40.75%
B=30.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92130970.2900.250.49127.8917.1243.53
Hex5C82611D0193180112c
Octal13420214135031612002154
Binary1011100100000101100001111010110011100011000000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,130,97); }

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

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

 a { background-color: rgb(92,130,97); }

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

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

 span { border-color: rgb(92,130,97); }

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