#434742

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

Shades of Grey-Asparagus #434742

Tints of Grey-Asparagus #434742

Color information

#434742 (or 0x434742) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 47 and 42. RGB value is (67,71,66). Sum of RGB (Red+Green+Blue) = 67+71+66=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 71 - color contains mainly: green. Hex color #434742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434742 is #BCB8BD. Grayscale: #454545. Windows color (decimal): -12368062 or 4343619. OLE color: 4343619.

HSL color Cylindrical-coordinate representation of color #434742: hue angle of 108º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434742 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB677166-
CMYK0.0600.070.72
HSL108º3.65%26.86%-
HSV(B)108º7.04%27.84%-
XYZ5.556.096.04-
YUV69.23126.17126.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=32.84%
G=34.80%
B=32.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771660.0600.070.721083.6526.86
Hex434742607486c41b
Octal103107102607110154433
Binary10000111000111100001011001111001000110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434742; }

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

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

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

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

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

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

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

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