#426140

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

Shades of Grey-Asparagus #426140

Tints of Grey-Asparagus #426140

Color information

#426140 (or 0x426140) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 61 and 40. RGB value is (66,97,64). Sum of RGB (Red+Green+Blue) = 66+97+64=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #426140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426140 is #BD9EBF. Grayscale: #545454. Windows color (decimal): -12426944 or 4219202. OLE color: 4219202.

HSL color Cylindrical-coordinate representation of color #426140: hue angle of 116.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #426140 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB669764-
CMYK0.3200.340.62
HSL116.36º20.5%31.57%-
HSV(B)116.36º34.02%38.04%-
XYZ7.4510.086.4-
YUV83.97116.73115.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=29.07%
G=42.73%
B=28.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697640.3200.340.62116.3620.531.57
Hex426140200223E741420
Octal10214110040042761642440
Binary1000010110000110000001000000100010111110111010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426140; }

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

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

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

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

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

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

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

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