#467156

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

Shades of Como #467156

Tints of Como #467156

Color information

#467156 (or 0x467156) is unknown color: approx Como. HEX triplet: 46, 71 and 56. RGB value is (70,113,86). Sum of RGB (Red+Green+Blue) = 70+113+86=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #467156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467156 is #B98EA9. Grayscale: #616161. Windows color (decimal): -12160682 or 5665094. OLE color: 5665094.

HSL color Cylindrical-coordinate representation of color #467156: hue angle of 142.33º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467156 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB7011386-
CMYK0.3800.240.56
HSL142.33º23.5%35.88%-
HSV(B)142.33º38.05%44.31%-
XYZ10.1113.7810.93-
YUV97.06121.75108.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=26.02%
G=42.01%
B=31.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113860.3800.240.56142.3323.535.88
Hex46715626018388e1724
Octal10616112646030702162744
Binary1000110111000110101101001100110001110001000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467156; }

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

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

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

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

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

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

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

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