#465243

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

Shades of Grey-Asparagus #465243

Tints of Grey-Asparagus #465243

Color information

#465243 (or 0x465243) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 52 and 43. RGB value is (70,82,67). Sum of RGB (Red+Green+Blue) = 70+82+67=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #465243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465243 is #B9ADBC. Grayscale: #4C4C4C. Windows color (decimal): -12168637 or 4411974. OLE color: 4411974.

HSL color Cylindrical-coordinate representation of color #465243: hue angle of 108º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465243 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB708267-
CMYK0.1500.180.68
HSL108º10.07%29.22%-
HSV(B)108º18.29%32.16%-
XYZ6.567.746.46-
YUV76.7122.52123.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=31.96%
G=37.44%
B=30.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082670.1500.180.6810810.0729.22
Hex465243F012446ca1d
Octal106122103170221041541235
Binary100011010100101000011111101001010001001101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465243; }

 p { color: rgb(70,82,67); }

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

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

 a { background-color: rgb(70,82,67); }

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

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

 span { border-color: rgb(70,82,67); }

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