#568460

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

Shades of Como #568460

Tints of Como #568460

Color information

#568460 (or 0x568460) is unknown color: approx Como. HEX triplet: 56, 84 and 60. RGB value is (86,132,96). Sum of RGB (Red+Green+Blue) = 86+132+96=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #568460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568460 is #A97B9F. Grayscale: #727272. Windows color (decimal): -11107232 or 6325334. OLE color: 6325334.

HSL color Cylindrical-coordinate representation of color #568460: hue angle of 133.04º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568460 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB8613296-
CMYK0.3500.270.48
HSL133.04º21.1%42.75%-
HSV(B)133.04º34.85%51.76%-
XYZ14.219.3314.05-
YUV114.14117.76107.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=27.39%
G=42.04%
B=30.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86132960.3500.270.48133.0421.142.75
Hex5684602301B3085152b
Octal12620414043033602052553
Binary10101101000010011000001000110110111100001000010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568460; }

 p { color: rgb(86,132,96); }

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

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

 a { background-color: rgb(86,132,96); }

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

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

 span { border-color: rgb(86,132,96); }

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