#426540

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

Shades of Grey-Asparagus #426540

Tints of Grey-Asparagus #426540

Color information

#426540 (or 0x426540) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 65 and 40. RGB value is (66,101,64). Sum of RGB (Red+Green+Blue) = 66+101+64=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #426540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426540 is #BD9ABF. Grayscale: #565656. Windows color (decimal): -12425920 or 4220226. OLE color: 4220226.

HSL color Cylindrical-coordinate representation of color #426540: hue angle of 116.76º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426540 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB6610164-
CMYK0.3500.370.60
HSL116.76º22.42%32.35%-
HSV(B)116.76º36.63%39.61%-
XYZ7.8310.846.53-
YUV86.32115.4113.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=28.57%
G=43.72%
B=27.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101640.3500.370.60116.7622.4232.35
Hex426540230253C751620
Octal10214510043045741652640
Binary1000010110010110000001000110100101111100111010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426540; }

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

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

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

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

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

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

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

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