#426C40

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

Shades of Grey-Asparagus #426C40

Tints of Grey-Asparagus #426C40

Color information

#426C40 (or 0x426C40) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 6C and 40. RGB value is (66,108,64). Sum of RGB (Red+Green+Blue) = 66+108+64=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #426C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C40 is #BD93BF. Grayscale: #5A5A5A. Windows color (decimal): -12424128 or 4222018. OLE color: 4222018.

HSL color Cylindrical-coordinate representation of color #426C40: hue angle of 117.27º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426C40 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB6610864-
CMYK0.3900.410.58
HSL117.27º25.58%33.73%-
HSV(B)117.27º40.74%42.35%-
XYZ8.5312.256.77-
YUV90.43113.09110.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=27.73%
G=45.38%
B=26.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108640.3900.410.58117.2725.5833.73
Hex426C40270293A751a22
Octal10215410047051721653242
Binary1000010110110010000001001110101001111010111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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