#568255

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

Shades of Hippie Green #568255

Tints of Hippie Green #568255

Color information

#568255 (or 0x568255) is unknown color: approx Hippie Green. HEX triplet: 56, 82 and 55. RGB value is (86,130,85). Sum of RGB (Red+Green+Blue) = 86+130+85=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #568255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568255 is #A97DAA. Grayscale: #6F6F6F. Windows color (decimal): -11107755 or 5603926. OLE color: 5603926.

HSL color Cylindrical-coordinate representation of color #568255: hue angle of 118.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 #568255 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB8613085-
CMYK0.3400.350.49
HSL118.67º20.93%42.16%-
HSV(B)118.67º34.62%50.98%-
XYZ13.4618.611.47-
YUV111.71112.92109.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=28.57%
G=43.19%
B=28.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130850.3400.350.49118.6720.9342.16
Hex568255220233177152a
Octal12620212542043611672552
Binary10101101000001010101011000100100011110001111011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568255; }

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

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

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

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

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

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

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

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