#467656

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

Shades of Como #467656

Tints of Como #467656

Color information

#467656 (or 0x467656) is unknown color: approx Como. HEX triplet: 46, 76 and 56. RGB value is (70,118,86). Sum of RGB (Red+Green+Blue) = 70+118+86=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #467656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467656 is #B989A9. Grayscale: #646464. Windows color (decimal): -12159402 or 5666374. OLE color: 5666374.

HSL color Cylindrical-coordinate representation of color #467656: hue angle of 140º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467656 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB7011886-
CMYK0.4100.270.54
HSL140º25.53%36.86%-
HSV(B)140º40.68%46.27%-
XYZ10.6814.9311.12-
YUV100120.1106.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=25.55%
G=43.07%
B=31.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118860.4100.270.5414025.5336.86
Hex4676562901B368c1a25
Octal10616612651033662143245
Binary1000110111011010101101010010110111101101000110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467656; }

 p { color: rgb(70,118,86); }

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

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

 a { background-color: rgb(70,118,86); }

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

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

 span { border-color: rgb(70,118,86); }

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