#434842

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

Shades of Grey-Asparagus #434842

Tints of Grey-Asparagus #434842

Color information

#434842 (or 0x434842) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 48 and 42. RGB value is (67,72,66). Sum of RGB (Red+Green+Blue) = 67+72+66=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #434842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434842 is #BCB7BD. Grayscale: #454545. Windows color (decimal): -12367806 or 4343875. OLE color: 4343875.

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

Color convert

RGB677266-
CMYK0.0700.080.72
HSL110º4.35%27.06%-
HSV(B)110º8.33%28.24%-
XYZ5.626.226.06-
YUV69.82125.84125.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.68%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=32.68%
G=35.12%
B=32.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6772660.0700.080.721104.3527.06
Hex434842708486e41b
Octal1031101027010110156433
Binary100001110010001000010111010001001000110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434842; }

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

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

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

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

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

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

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

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