#434942

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

Shades of Grey-Asparagus #434942

Tints of Grey-Asparagus #434942

Color information

#434942 (or 0x434942) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 49 and 42. RGB value is (67,73,66). Sum of RGB (Red+Green+Blue) = 67+73+66=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #434942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434942 is #BCB6BD. Grayscale: #464646. Windows color (decimal): -12367550 or 4344131. OLE color: 4344131.

HSL color Cylindrical-coordinate representation of color #434942: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #434942 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB677366-
CMYK0.0800.100.71
HSL111.43º5.04%27.25%-
HSV(B)111.43º9.59%28.63%-
XYZ5.686.356.08-
YUV70.41125.51125.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=32.52%
G=35.44%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773660.0800.100.71111.435.0427.25
Hex43494280A476f51b
Octal10311110210012107157533
Binary1000011100100110000101000010101000111110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434942; }

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

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

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

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

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

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

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

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