#426042

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

Shades of Grey-Asparagus #426042

Tints of Grey-Asparagus #426042

Color information

#426042 (or 0x426042) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 60 and 42. RGB value is (66,96,66). Sum of RGB (Red+Green+Blue) = 66+96+66=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #426042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426042 is #BD9FBD. Grayscale: #535353. Windows color (decimal): -12427198 or 4350018. OLE color: 4350018.

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

Color convert

RGB669666-
CMYK0.3100.310.62
HSL120º18.52%31.76%-
HSV(B)120º31.25%37.65%-
XYZ7.419.926.68-
YUV83.61118.06115.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=28.95%
G=42.11%
B=28.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696660.3100.310.6212018.5231.76
Hex4260421F01F3E781320
Octal10214010237037761702340
Binary10000101100000100001011111011111111110111100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426042; }

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

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

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

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

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

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

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

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