#455645

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

Shades of Grey-Asparagus #455645

Tints of Grey-Asparagus #455645

Color information

#455645 (or 0x455645) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 56 and 45. RGB value is (69,86,69). Sum of RGB (Red+Green+Blue) = 69+86+69=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #455645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455645 is #BAA9BA. Grayscale: #4F4F4F. Windows color (decimal): -12233147 or 4544069. OLE color: 4544069.

HSL color Cylindrical-coordinate representation of color #455645: hue angle of 120º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455645 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB698669-
CMYK0.2000.200.66
HSL120º10.97%30.39%-
HSV(B)120º19.77%33.73%-
XYZ6.868.356.88-
YUV78.98122.37120.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=30.80%
G=38.39%
B=30.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986690.2000.200.6612010.9730.39
Hex455645140144278b1e
Octal105126105240241021701336
Binary1000101101011010001011010001010010000101111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455645; }

 p { color: rgb(69,86,69); }

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

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

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

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

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

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

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