#415043

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

Shades of Grey-Asparagus #415043

Tints of Grey-Asparagus #415043

Color information

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

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

Color convert

RGB658067-
CMYK0.1900.160.69
HSL128º10.34%28.43%-
HSV(B)128º18.75%31.37%-
XYZ6.067.276.39-
YUV74.03124.03121.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580670.1900.160.6912810.3428.43
Hex415043130104580a1c
Octal101120103230201052001234
Binary10000011010000100001110011010000100010110000000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415043; }

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

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

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

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

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

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

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

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