#467556

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

Shades of Como #467556

Tints of Como #467556

Color information

#467556 (or 0x467556) is unknown color: approx Como. HEX triplet: 46, 75 and 56. RGB value is (70,117,86). Sum of RGB (Red+Green+Blue) = 70+117+86=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #467556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467556 is #B98AA9. Grayscale: #636363. Windows color (decimal): -12159658 or 5666118. OLE color: 5666118.

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

Color convert

RGB7011786-
CMYK0.4000.260.54
HSL140.43º25.13%36.67%-
HSV(B)140.43º40.17%45.88%-
XYZ10.5714.711.08-
YUV99.41120.43107.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=25.64%
G=42.86%
B=31.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117860.4000.260.54140.4325.1336.67
Hex4675562801A368c1925
Octal10616512650032662143145
Binary1000110111010110101101010000110101101101000110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467556; }

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

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

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

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

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

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

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

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