#466D55

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

Shades of Como #466D55

Tints of Como #466D55

Color information

#466D55 (or 0x466D55) is unknown color: approx Como. HEX triplet: 46, 6D and 55. RGB value is (70,109,85). Sum of RGB (Red+Green+Blue) = 70+109+85=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #466D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D55 is #B992AA. Grayscale: #5E5E5E. Windows color (decimal): -12161707 or 5598534. OLE color: 5598534.

HSL color Cylindrical-coordinate representation of color #466D55: hue angle of 143.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D55 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB7010985-
CMYK0.3600.220.57
HSL143.08º21.79%35.1%-
HSV(B)143.08º35.78%42.75%-
XYZ9.6312.910.58-
YUV94.6122.58110.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=26.52%
G=41.29%
B=32.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109850.3600.220.57143.0821.7935.1
Hex466D5524016398f1623
Octal10615512544026712172643
Binary1000110110110110101011001000101101110011000111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D55; }

 p { color: rgb(70,109,85); }

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

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

 a { background-color: rgb(70,109,85); }

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

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

 span { border-color: rgb(70,109,85); }

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