#415340

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

Shades of Grey-Asparagus #415340

Tints of Grey-Asparagus #415340

Color information

#415340 (or 0x415340) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 53 and 40. RGB value is (65,83,64). Sum of RGB (Red+Green+Blue) = 65+83+64=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #415340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415340 is #BEACBF. Grayscale: #4B4B4B. Windows color (decimal): -12496064 or 4215617. OLE color: 4215617.

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

Color convert

RGB658364-
CMYK0.2200.230.67
HSL116.84º12.93%28.82%-
HSV(B)116.84º22.89%32.55%-
XYZ6.27.686.01-
YUV75.45121.54120.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=30.66%
G=39.15%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583640.2200.230.67116.8412.9328.82
Hex415340160174375d1d
Octal101123100260271031651535
Binary1000001101001110000001011001011110000111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415340; }

 p { color: rgb(65,83,64); }

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

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

 a { background-color: rgb(65,83,64); }

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

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

 span { border-color: rgb(65,83,64); }

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