#467856

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

Shades of Como #467856

Tints of Como #467856

Color information

#467856 (or 0x467856) is unknown color: approx Como. HEX triplet: 46, 78 and 56. RGB value is (70,120,86). Sum of RGB (Red+Green+Blue) = 70+120+86=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #467856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467856 is #B987A9. Grayscale: #656565. Windows color (decimal): -12158890 or 5666886. OLE color: 5666886.

HSL color Cylindrical-coordinate representation of color #467856: hue angle of 139.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467856 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB7012086-
CMYK0.4200.280.53
HSL139.2º26.32%37.25%-
HSV(B)139.2º41.67%47.06%-
XYZ10.9215.4111.2-
YUV101.17119.44105.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=25.36%
G=43.48%
B=31.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120860.4200.280.53139.226.3237.25
Hex4678562A01C358b1a25
Octal10617012652034652133245
Binary1000110111100010101101010100111001101011000101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467856; }

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

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

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

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

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

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

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

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