#426645

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

Shades of Grey-Asparagus #426645

Tints of Grey-Asparagus #426645

Color information

#426645 (or 0x426645) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 66 and 45. RGB value is (66,102,69). Sum of RGB (Red+Green+Blue) = 66+102+69=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #426645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426645 is #BD99BA. Grayscale: #575757. Windows color (decimal): -12425659 or 4548162. OLE color: 4548162.

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

Color convert

RGB6610269-
CMYK0.3500.320.6
HSL125º21.43%32.94%-
HSV(B)125º35.29%40%-
XYZ8.0711.097.35-
YUV87.47117.57112.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=27.85%
G=43.04%
B=29.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102690.3500.320.612521.4332.94
Hex426645230203C7d1521
Octal10214610543040741752541
Binary1000010110011010001011000110100000111100111110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426645; }

 p { color: rgb(66,102,69); }

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

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

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

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

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

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

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