#434D42

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

Shades of Grey-Asparagus #434D42

Tints of Grey-Asparagus #434D42

Color information

#434D42 (or 0x434D42) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 4D and 42. RGB value is (67,77,66). Sum of RGB (Red+Green+Blue) = 67+77+66=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #434D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D42 is #BCB2BD. Grayscale: #484848. Windows color (decimal): -12366526 or 4345155. OLE color: 4345155.

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

Color convert

RGB677766-
CMYK0.1300.140.70
HSL114.55º7.69%28.04%-
HSV(B)114.55º14.29%30.2%-
XYZ5.956.896.17-
YUV72.76124.19123.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=31.90%
G=36.67%
B=31.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777660.1300.140.70114.557.6928.04
Hex434D42D0E467381c
Octal103115102150161061631034
Binary10000111001101100001011010111010001101110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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