#455847

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

Shades of Grey-Asparagus #455847

Tints of Grey-Asparagus #455847

Color information

#455847 (or 0x455847) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 58 and 47. RGB value is (69,88,71). Sum of RGB (Red+Green+Blue) = 69+88+71=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #455847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455847 is #BAA7B8. Grayscale: #505050. Windows color (decimal): -12232633 or 4675653. OLE color: 4675653.

HSL color Cylindrical-coordinate representation of color #455847: 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.22%. Process color model (Four color, CMYK) of #455847 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB698871-
CMYK0.2200.190.65
HSL126.32º12.1%30.78%-
HSV(B)126.32º21.59%34.51%-
XYZ7.088.77.27-
YUV80.38122.71119.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=30.26%
G=38.60%
B=31.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988710.2200.190.65126.3212.130.78
Hex45584716013417ec1f
Octal105130107260231011761437
Binary1000101101100010001111011001001110000011111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455847; }

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

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

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

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

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

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

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

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