#416842

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

Shades of Grey-Asparagus #416842

Tints of Grey-Asparagus #416842

Color information

#416842 (or 0x416842) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 68 and 42. RGB value is (65,104,66). Sum of RGB (Red+Green+Blue) = 65+104+66=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #416842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416842 is #BE97BD. Grayscale: #585858. Windows color (decimal): -12490686 or 4352065. OLE color: 4352065.

HSL color Cylindrical-coordinate representation of color #416842: hue angle of 121.54º degrees, saturation: 0.23, 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 #416842 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB6510466-
CMYK0.3800.370.59
HSL121.54º23.08%33.14%-
HSV(B)121.54º37.5%40.78%-
XYZ8.1111.426.93-
YUV88.01115.58111.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=27.66%
G=44.26%
B=28.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104660.3800.370.59121.5423.0833.14
Hex416842260253B7a1721
Octal10115010246045731722741
Binary1000001110100010000101001100100101111011111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416842; }

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

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

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

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

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

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

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

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