#434F44

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

Shades of Grey-Asparagus #434F44

Tints of Grey-Asparagus #434F44

Color information

#434F44 (or 0x434F44) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 4F and 44. RGB value is (67,79,68). Sum of RGB (Red+Green+Blue) = 67+79+68=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #434F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F44 is #BCB0BB. Grayscale: #4A4A4A. Windows color (decimal): -12366012 or 4476739. OLE color: 4476739.

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

Color convert

RGB677968-
CMYK0.1500.140.69
HSL125º8.22%28.63%-
HSV(B)125º15.19%30.98%-
XYZ6.157.26.53-
YUV74.16124.52122.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=31.31%
G=36.92%
B=31.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779680.1500.140.691258.2228.63
Hex434F44F0E457d81d
Octal103117104170161051751035
Binary10000111001111100010011110111010001011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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