#5C855D

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

Shades of Hippie Green #5C855D

Tints of Hippie Green #5C855D

Color information

#5C855D (or 0x5C855D) is unknown color: approx Hippie Green. HEX triplet: 5C, 85 and 5D. RGB value is (92,133,93). Sum of RGB (Red+Green+Blue) = 92+133+93=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #5C855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C855D is #A37AA2. Grayscale: #747474. Windows color (decimal): -10713763 or 6128988. OLE color: 6128988.

HSL color Cylindrical-coordinate representation of color #5C855D: hue angle of 121.46º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C855D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB9213393-
CMYK0.3100.300.48
HSL121.46º18.22%44.12%-
HSV(B)121.46º30.83%52.16%-
XYZ14.7819.8413.41-
YUV116.18114.92110.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=28.93%
G=41.82%
B=29.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92133930.3100.300.48121.4618.2244.12
Hex5C855D1F01E3079122c
Octal13420513537036601712254
Binary101110010000101101110111111011110110000111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,93); }

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

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

 a { background-color: rgb(92,133,93); }

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

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

 span { border-color: rgb(92,133,93); }

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