#465D45

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

Shades of Grey-Asparagus #465D45

Tints of Grey-Asparagus #465D45

Color information

#465D45 (or 0x465D45) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5D and 45. RGB value is (70,93,69). Sum of RGB (Red+Green+Blue) = 70+93+69=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #465D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D45 is #B9A2BA. Grayscale: #535353. Windows color (decimal): -12165819 or 4545862. OLE color: 4545862.

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

Color convert

RGB709369-
CMYK0.2500.260.64
HSL117.5º14.81%31.76%-
HSV(B)117.5º25.81%36.47%-
XYZ7.519.567.08-
YUV83.39119.88118.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=30.17%
G=40.09%
B=29.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093690.2500.260.64117.514.8131.76
Hex465D451901A4075f20
Octal106135105310321001651740
Binary10001101011101100010111001011010100000011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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