#465D42

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

Shades of Grey-Asparagus #465D42

Tints of Grey-Asparagus #465D42

Color information

#465D42 (or 0x465D42) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5D and 42. RGB value is (70,93,66). Sum of RGB (Red+Green+Blue) = 70+93+66=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #465D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D42 is #B9A2BD. Grayscale: #535353. Windows color (decimal): -12165822 or 4349254. OLE color: 4349254.

HSL color Cylindrical-coordinate representation of color #465D42: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465D42 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB709366-
CMYK0.2500.290.64
HSL111.11º16.98%31.18%-
HSV(B)111.11º29.03%36.47%-
XYZ7.429.526.6-
YUV83.04118.38118.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=30.57%
G=40.61%
B=28.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093660.2500.290.64111.1116.9831.18
Hex465D421901D406f111f
Octal106135102310351001572137
Binary10001101011101100001011001011101100000011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D42; }

 p { color: rgb(70,93,66); }

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

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

 a { background-color: rgb(70,93,66); }

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

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

 span { border-color: rgb(70,93,66); }

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