#434F41

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

Shades of Grey-Asparagus #434F41

Tints of Grey-Asparagus #434F41

Color information

#434F41 (or 0x434F41) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 4F and 41. RGB value is (67,79,65). Sum of RGB (Red+Green+Blue) = 67+79+65=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #434F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F41 is #BCB0BE. Grayscale: #494949. Windows color (decimal): -12366015 or 4280131. OLE color: 4280131.

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

Color convert

RGB677965-
CMYK0.1500.180.69
HSL111.43º9.72%28.24%-
HSV(B)111.43º17.72%30.98%-
XYZ6.067.176.06-
YUV73.82123.02123.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=31.75%
G=37.44%
B=30.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779650.1500.180.69111.439.7228.24
Hex434F41F012456fa1c
Octal103117101170221051571234
Binary100001110011111000001111101001010001011101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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