#5C8255

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

Shades of Hippie Green #5C8255

Tints of Hippie Green #5C8255

Color information

#5C8255 (or 0x5C8255) is unknown color: approx Hippie Green. HEX triplet: 5C, 82 and 55. RGB value is (92,130,85). Sum of RGB (Red+Green+Blue) = 92+130+85=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8255 is #A37DAA. Grayscale: #717171. Windows color (decimal): -10714539 or 5603932. OLE color: 5603932.

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

Color convert

RGB9213085-
CMYK0.2900.350.49
HSL110.67º20.93%42.16%-
HSV(B)110.67º34.62%50.98%-
XYZ14.0418.911.5-
YUV113.51111.91112.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=29.97%
G=42.35%
B=27.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92130850.2900.350.49110.6720.9342.16
Hex5C82551D023316f152a
Octal13420212535043611572552
Binary1011100100000101010101111010100011110001110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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