#426240

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

Shades of Grey-Asparagus #426240

Tints of Grey-Asparagus #426240

Color information

#426240 (or 0x426240) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 62 and 40. RGB value is (66,98,64). Sum of RGB (Red+Green+Blue) = 66+98+64=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #426240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426240 is #BD9DBF. Grayscale: #545454. Windows color (decimal): -12426688 or 4219458. OLE color: 4219458.

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

Color convert

RGB669864-
CMYK0.3300.350.62
HSL116.47º20.99%31.76%-
HSV(B)116.47º34.69%38.43%-
XYZ7.5410.266.43-
YUV84.56116.4114.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=28.95%
G=42.98%
B=28.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698640.3300.350.62116.4720.9931.76
Hex426240210233E741520
Octal10214210041043761642540
Binary1000010110001010000001000010100011111110111010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426240; }

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

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

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

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

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

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

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

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