#426A40

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

Shades of Grey-Asparagus #426A40

Tints of Grey-Asparagus #426A40

Color information

#426A40 (or 0x426A40) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 6A and 40. RGB value is (66,106,64). Sum of RGB (Red+Green+Blue) = 66+106+64=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #426A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A40 is #BD95BF. Grayscale: #595959. Windows color (decimal): -12424640 or 4221506. OLE color: 4221506.

HSL color Cylindrical-coordinate representation of color #426A40: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426A40 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB6610664-
CMYK0.3800.400.58
HSL117.14º24.71%33.33%-
HSV(B)117.14º39.62%41.57%-
XYZ8.3311.846.7-
YUV89.25113.75111.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=27.97%
G=44.92%
B=27.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106640.3800.400.58117.1424.7133.33
Hex426A40260283A751921
Octal10215210046050721653141
Binary1000010110101010000001001100101000111010111010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A40; }

 p { color: rgb(66,106,64); }

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

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

 a { background-color: rgb(66,106,64); }

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

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

 span { border-color: rgb(66,106,64); }

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