#434D44

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

Shades of Grey-Asparagus #434D44

Tints of Grey-Asparagus #434D44

Color information

#434D44 (or 0x434D44) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 4D and 44. RGB value is (67,77,68). Sum of RGB (Red+Green+Blue) = 67+77+68=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #434D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D44 is #BCB2BB. Grayscale: #494949. Windows color (decimal): -12366524 or 4476227. OLE color: 4476227.

HSL color Cylindrical-coordinate representation of color #434D44: hue angle of 126º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D44 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB677768-
CMYK0.1300.120.70
HSL126º6.94%28.24%-
HSV(B)126º12.99%30.2%-
XYZ6.016.926.49-
YUV72.98125.19123.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 68 (26.95% from 255) = 32.08%
R=31.60%
G=36.32%
B=32.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777680.1300.120.701266.9428.24
Hex434D44D0C467e71c
Octal10311510415014106176734
Binary1000011100110110001001101011001000110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D44; }

 p { color: rgb(67,77,68); }

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

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

 a { background-color: rgb(67,77,68); }

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

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

 span { border-color: rgb(67,77,68); }

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