#426242

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

Shades of Grey-Asparagus #426242

Tints of Grey-Asparagus #426242

Color information

#426242 (or 0x426242) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 62 and 42. RGB value is (66,98,66). Sum of RGB (Red+Green+Blue) = 66+98+66=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #426242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426242 is #BD9DBD. Grayscale: #545454. Windows color (decimal): -12426686 or 4350530. OLE color: 4350530.

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

Color convert

RGB669866-
CMYK0.3300.330.62
HSL120º19.51%32.16%-
HSV(B)120º32.65%38.43%-
XYZ7.610.296.74-
YUV84.78117.4114.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=28.70%
G=42.61%
B=28.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698660.3300.330.6212019.5132.16
Hex426242210213E781420
Octal10214210241041761702440
Binary1000010110001010000101000010100001111110111100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426242; }

 p { color: rgb(66,98,66); }

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

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

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

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

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

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

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