#568261

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

Shades of Como #568261

Tints of Como #568261

Color information

#568261 (or 0x568261) is unknown color: approx Como. HEX triplet: 56, 82 and 61. RGB value is (86,130,97). Sum of RGB (Red+Green+Blue) = 86+130+97=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #568261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568261 is #A97D9E. Grayscale: #717171. Windows color (decimal): -11107743 or 6390358. OLE color: 6390358.

HSL color Cylindrical-coordinate representation of color #568261: hue angle of 135º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568261 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB8613097-
CMYK0.3400.250.49
HSL135º20.37%42.35%-
HSV(B)135º33.85%50.98%-
XYZ13.9818.8114.2-
YUV113.08118.92108.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=27.48%
G=41.53%
B=30.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130970.3400.250.4913520.3742.35
Hex568261220193187142a
Octal12620214142031612072452
Binary10101101000001011000011000100110011100011000011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568261; }

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

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

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

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

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

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

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

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