#426943

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

Shades of Grey-Asparagus #426943

Tints of Grey-Asparagus #426943

Color information

#426943 (or 0x426943) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 69 and 43. RGB value is (66,105,67). Sum of RGB (Red+Green+Blue) = 66+105+67=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #426943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426943 is #BD96BC. Grayscale: #595959. Windows color (decimal): -12424893 or 4417858. OLE color: 4417858.

HSL color Cylindrical-coordinate representation of color #426943: hue angle of 121.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426943 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB6610567-
CMYK0.3700.360.59
HSL121.54º22.81%33.53%-
HSV(B)121.54º37.14%41.18%-
XYZ8.3111.677.12-
YUV89.01115.58111.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=27.73%
G=44.12%
B=28.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105670.3700.360.59121.5422.8133.53
Hex426943250243B7a1722
Octal10215110345044731722742
Binary1000010110100110000111001010100100111011111101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426943; }

 p { color: rgb(66,105,67); }

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

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

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

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

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

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

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