#467155

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

Shades of Como #467155

Tints of Como #467155

Color information

#467155 (or 0x467155) is unknown color: approx Como. HEX triplet: 46, 71 and 55. RGB value is (70,113,85). Sum of RGB (Red+Green+Blue) = 70+113+85=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #467155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467155 is #B98EAA. Grayscale: #616161. Windows color (decimal): -12160683 or 5599558. OLE color: 5599558.

HSL color Cylindrical-coordinate representation of color #467155: hue angle of 140.93º 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 #467155 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB7011385-
CMYK0.3800.250.56
HSL140.93º23.5%35.88%-
HSV(B)140.93º38.05%44.31%-
XYZ10.0713.7710.72-
YUV96.95121.25108.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=26.12%
G=42.16%
B=31.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113850.3800.250.56140.9323.535.88
Hex46715526019388d1724
Octal10616112546031702152744
Binary1000110111000110101011001100110011110001000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467155; }

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

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

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

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

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

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

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

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