#455942

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

Shades of Grey-Asparagus #455942

Tints of Grey-Asparagus #455942

Color information

#455942 (or 0x455942) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 59 and 42. RGB value is (69,89,66). Sum of RGB (Red+Green+Blue) = 69+89+66=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #455942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455942 is #BAA6BD. Grayscale: #505050. Windows color (decimal): -12232382 or 4348229. OLE color: 4348229.

HSL color Cylindrical-coordinate representation of color #455942: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455942 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB698966-
CMYK0.2200.260.65
HSL112.17º14.84%30.39%-
HSV(B)112.17º25.84%34.9%-
XYZ7.018.86.48-
YUV80.4119.87119.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=30.80%
G=39.73%
B=29.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989660.2200.260.65112.1714.8430.39
Hex4559421601A4170f1e
Octal105131102260321011601736
Binary1000101101100110000101011001101010000011110000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455942; }

 p { color: rgb(69,89,66); }

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

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

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

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

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

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

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