#467357

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

Shades of Como #467357

Tints of Como #467357

Color information

#467357 (or 0x467357) is unknown color: approx Como. HEX triplet: 46, 73 and 57. RGB value is (70,115,87). Sum of RGB (Red+Green+Blue) = 70+115+87=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #467357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467357 is #B98CA8. Grayscale: #626262. Windows color (decimal): -12160169 or 5731142. OLE color: 5731142.

HSL color Cylindrical-coordinate representation of color #467357: hue angle of 142.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467357 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB7011587-
CMYK0.3900.240.55
HSL142.67º24.32%36.27%-
HSV(B)142.67º39.13%45.1%-
XYZ10.3814.2511.22-
YUV98.35121.59107.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=25.74%
G=42.28%
B=31.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115870.3900.240.55142.6724.3236.27
Hex46735727018378f1824
Octal10616312747030672173044
Binary1000110111001110101111001110110001101111000111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467357; }

 p { color: rgb(70,115,87); }

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

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

 a { background-color: rgb(70,115,87); }

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

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

 span { border-color: rgb(70,115,87); }

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