#434F40

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

Shades of Grey-Asparagus #434F40

Tints of Grey-Asparagus #434F40

Color information

#434F40 (or 0x434F40) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 4F and 40. RGB value is (67,79,64). Sum of RGB (Red+Green+Blue) = 67+79+64=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #434F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F40 is #BCB0BF. Grayscale: #494949. Windows color (decimal): -12366016 or 4214595. OLE color: 4214595.

HSL color Cylindrical-coordinate representation of color #434F40: hue angle of 108º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434F40 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB677964-
CMYK0.1500.190.69
HSL108º10.49%28.04%-
HSV(B)108º18.99%30.98%-
XYZ6.047.165.91-
YUV73.7122.52123.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=31.90%
G=37.62%
B=30.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779640.1500.190.6910810.4928.04
Hex434F40F013456ca1c
Octal103117100170231051541234
Binary100001110011111000000111101001110001011101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,79,64); }

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

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

 a { background-color: rgb(67,79,64); }

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

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

 span { border-color: rgb(67,79,64); }

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