#455843

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

Shades of Grey-Asparagus #455843

Tints of Grey-Asparagus #455843

Color information

#455843 (or 0x455843) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 58 and 43. RGB value is (69,88,67). Sum of RGB (Red+Green+Blue) = 69+88+67=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #455843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455843 is #BAA7BC. Grayscale: #4F4F4F. Windows color (decimal): -12232637 or 4413509. OLE color: 4413509.

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

Color convert

RGB698867-
CMYK0.2200.240.65
HSL114.29º13.55%30.39%-
HSV(B)114.29º23.86%34.51%-
XYZ6.968.656.61-
YUV79.93120.71120.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=30.80%
G=39.29%
B=29.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988670.2200.240.65114.2913.5530.39
Hex455843160184172e1e
Octal105130103260301011621636
Binary1000101101100010000111011001100010000011110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455843; }

 p { color: rgb(69,88,67); }

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

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

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

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

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

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

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