#455F46

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

Shades of Grey-Asparagus #455F46

Tints of Grey-Asparagus #455F46

Color information

#455F46 (or 0x455F46) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5F and 46. RGB value is (69,95,70). Sum of RGB (Red+Green+Blue) = 69+95+70=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #455F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F46 is #BAA0B9. Grayscale: #545454. Windows color (decimal): -12230842 or 4611909. OLE color: 4611909.

HSL color Cylindrical-coordinate representation of color #455F46: hue angle of 122.31º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455F46 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB699570-
CMYK0.2700.260.63
HSL122.31º15.85%32.16%-
HSV(B)122.31º27.37%37.25%-
XYZ7.659.897.3-
YUV84.38119.89117.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=29.49%
G=40.60%
B=29.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6995700.2700.260.63122.3115.8532.16
Hex455F461B01A3F7a1020
Octal10513710633032771722040
Binary10001011011111100011011011011010111111111101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455F46; }

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

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

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

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

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

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

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

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