#5C855F

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

Shades of Hippie Green #5C855F

Tints of Hippie Green #5C855F

Color information

#5C855F (or 0x5C855F) is unknown color: approx Hippie Green. HEX triplet: 5C, 85 and 5F. RGB value is (92,133,95). Sum of RGB (Red+Green+Blue) = 92+133+95=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #5C855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C855F is #A37AA0. Grayscale: #747474. Windows color (decimal): -10713761 or 6260060. OLE color: 6260060.

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

Color convert

RGB9213395-
CMYK0.3100.290.48
HSL124.39º18.22%44.12%-
HSV(B)124.39º30.83%52.16%-
XYZ14.8719.8813.88-
YUV116.41115.92110.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=28.75%
G=41.56%
B=29.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92133950.3100.290.48124.3918.2244.12
Hex5C855F1F01D307c122c
Octal13420513737035601742254
Binary101110010000101101111111111011101110000111110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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