#446047

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

Shades of Grey-Asparagus #446047

Tints of Grey-Asparagus #446047

Color information

#446047 (or 0x446047) is unknown color: approx Grey-Asparagus. HEX triplet: 44, 60 and 47. RGB value is (68,96,71). Sum of RGB (Red+Green+Blue) = 68+96+71=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #446047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446047 is #BB9FB8. Grayscale: #545454. Windows color (decimal): -12296121 or 4677700. OLE color: 4677700.

HSL color Cylindrical-coordinate representation of color #446047: hue angle of 126.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446047 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB689671-
CMYK0.2900.260.62
HSL126.43º17.07%32.16%-
HSV(B)126.43º29.17%37.65%-
XYZ7.710.057.49-
YUV84.78120.22116.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=28.94%
G=40.85%
B=30.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896710.2900.260.62126.4317.0732.16
Hex4460471D01A3E7e1120
Octal10414010735032761762140
Binary10001001100000100011111101011010111110111111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446047; }

 p { color: rgb(68,96,71); }

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

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

 a { background-color: rgb(68,96,71); }

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

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

 span { border-color: rgb(68,96,71); }

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