#568464

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

Shades of Como #568464

Tints of Como #568464

Color information

#568464 (or 0x568464) is unknown color: approx Como. HEX triplet: 56, 84 and 64. RGB value is (86,132,100). Sum of RGB (Red+Green+Blue) = 86+132+100=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #568464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568464 is #A97B9B. Grayscale: #727272. Windows color (decimal): -11107228 or 6587478. OLE color: 6587478.

HSL color Cylindrical-coordinate representation of color #568464: hue angle of 138.26º 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 #568464 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB86132100-
CMYK0.3500.240.48
HSL138.26º21.1%42.75%-
HSV(B)138.26º34.85%51.76%-
XYZ14.3919.415.04-
YUV114.6119.76107.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=27.04%
G=41.51%
B=31.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321000.3500.240.48138.2621.142.75
Hex56846423018308a152b
Octal12620414443030602122553
Binary10101101000010011001001000110110001100001000101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568464; }

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

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

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

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

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

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

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

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