#568461

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

Shades of Como #568461

Tints of Como #568461

Color information

#568461 (or 0x568461) is unknown color: approx Como. HEX triplet: 56, 84 and 61. RGB value is (86,132,97). Sum of RGB (Red+Green+Blue) = 86+132+97=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #568461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568461 is #A97B9E. Grayscale: #727272. Windows color (decimal): -11107231 or 6390870. OLE color: 6390870.

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

Color convert

RGB8613297-
CMYK0.3500.270.48
HSL134.35º21.1%42.75%-
HSV(B)134.35º34.85%51.76%-
XYZ14.2519.3414.29-
YUV114.26118.26107.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=27.30%
G=41.90%
B=30.79%

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
Decimal86132970.3500.270.48134.3521.142.75
Hex5684612301B3086152b
Octal12620414143033602062553
Binary10101101000010011000011000110110111100001000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568461; }

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

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

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

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

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

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

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

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