#416840

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

Shades of Grey-Asparagus #416840

Tints of Grey-Asparagus #416840

Color information

#416840 (or 0x416840) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 68 and 40. RGB value is (65,104,64). Sum of RGB (Red+Green+Blue) = 65+104+64=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #416840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416840 is #BE97BF. Grayscale: #575757. Windows color (decimal): -12490688 or 4220993. OLE color: 4220993.

HSL color Cylindrical-coordinate representation of color #416840: hue angle of 118.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416840 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB6510464-
CMYK0.3800.380.59
HSL118.5º23.81%32.94%-
HSV(B)118.5º38.46%40.78%-
XYZ8.0611.396.63-
YUV87.78114.58111.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=27.90%
G=44.64%
B=27.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104640.3800.380.59118.523.8132.94
Hex416840260263B761821
Octal10115010046046731663041
Binary1000001110100010000001001100100110111011111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416840; }

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

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

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

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

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

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

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

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