#435041

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

Shades of Grey-Asparagus #435041

Tints of Grey-Asparagus #435041

Color information

#435041 (or 0x435041) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 50 and 41. RGB value is (67,80,65). Sum of RGB (Red+Green+Blue) = 67+80+65=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #435041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435041 is #BCAFBE. Grayscale: #4A4A4A. Windows color (decimal): -12365759 or 4280387. OLE color: 4280387.

HSL color Cylindrical-coordinate representation of color #435041: hue angle of 112º 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 #435041 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB678065-
CMYK0.1600.190.69
HSL112º10.34%28.43%-
HSV(B)112º18.75%31.37%-
XYZ6.147.316.09-
YUV74.4122.69122.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=31.60%
G=37.74%
B=30.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780650.1600.190.6911210.3428.43
Hex435041100134570a1c
Octal103120101200231051601234
Binary1000011101000010000011000001001110001011110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435041; }

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

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

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

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

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

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

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

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