#435044

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

Shades of Grey-Asparagus #435044

Tints of Grey-Asparagus #435044

Color information

#435044 (or 0x435044) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 50 and 44. RGB value is (67,80,68). Sum of RGB (Red+Green+Blue) = 67+80+68=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #435044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435044 is #BCAFBB. Grayscale: #4A4A4A. Windows color (decimal): -12365756 or 4476995. OLE color: 4476995.

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

Color convert

RGB678068-
CMYK0.1600.150.69
HSL124.62º8.84%28.82%-
HSV(B)124.62º16.25%31.37%-
XYZ6.237.356.56-
YUV74.74124.19122.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=31.16%
G=37.21%
B=31.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780680.1600.150.69124.628.8428.82
Hex435044100F457d91d
Octal103120104200171051751135
Binary100001110100001000100100000111110001011111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435044; }

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

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

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

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

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

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

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

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