#435440

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

Shades of Grey-Asparagus #435440

Tints of Grey-Asparagus #435440

Color information

#435440 (or 0x435440) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 54 and 40. RGB value is (67,84,64). Sum of RGB (Red+Green+Blue) = 67+84+64=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #435440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435440 is #BCABBF. Grayscale: #4C4C4C. Windows color (decimal): -12364736 or 4215875. OLE color: 4215875.

HSL color Cylindrical-coordinate representation of color #435440: hue angle of 111º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #435440 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB678464-
CMYK0.2000.240.67
HSL111º13.51%29.02%-
HSV(B)111º23.81%32.94%-
XYZ6.417.96.04-
YUV76.64120.87121.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=31.16%
G=39.07%
B=29.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784640.2000.240.6711113.5129.02
Hex43544014018436fe1d
Octal103124100240301031571635
Binary1000011101010010000001010001100010000111101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435440; }

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

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

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

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

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

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

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

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