#465948

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

Shades of Grey-Asparagus #465948

Tints of Grey-Asparagus #465948

Color information

#465948 (or 0x465948) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 59 and 48. RGB value is (70,89,72). Sum of RGB (Red+Green+Blue) = 70+89+72=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #465948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465948 is #B9A6B7. Grayscale: #515151. Windows color (decimal): -12166840 or 4741446. OLE color: 4741446.

HSL color Cylindrical-coordinate representation of color #465948: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465948 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB708972-
CMYK0.2100.190.65
HSL126.32º11.95%31.18%-
HSV(B)126.32º21.35%34.9%-
XYZ7.278.917.47-
YUV81.38122.71119.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=30.30%
G=38.53%
B=31.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089720.2100.190.65126.3211.9531.18
Hex46594815013417ec1f
Octal106131110250231011761437
Binary1000110101100110010001010101001110000011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465948; }

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

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

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

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

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

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

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

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