#465348

Color #465348 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #465348

Tints of Grey-Asparagus #465348

Color information

#465348 (or 0x465348) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 53 and 48. RGB value is (70,83,72). Sum of RGB (Red+Green+Blue) = 70+83+72=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #465348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465348 is #B9ACB7. Grayscale: #4D4D4D. Windows color (decimal): -12168376 or 4739910. OLE color: 4739910.

HSL color Cylindrical-coordinate representation of color #465348: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465348 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB708372-
CMYK0.1600.130.67
HSL129.23º8.5%30%-
HSV(B)129.23º15.66%32.55%-
XYZ6.797.967.31-
YUV77.86124.69122.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 72 (28.52% from 255) = 32%
R=31.11%
G=36.89%
B=32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083720.1600.130.67129.238.530
Hex465348100D438181e
Octal106123110200151032011036
Binary1000110101001110010001000001101100001110000001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465348; }

 p { color: rgb(70,83,72); }

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

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

 a { background-color: rgb(70,83,72); }

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

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

 span { border-color: rgb(70,83,72); }

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