#42543D

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

Shades of Grey-Asparagus #42543D

Tints of Grey-Asparagus #42543D

Color information

#42543D (or 0x42543D) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 54 and 3D. RGB value is (66,84,61). Sum of RGB (Red+Green+Blue) = 66+84+61=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #42543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42543D is #BDABC2. Grayscale: #4C4C4C. Windows color (decimal): -12430275 or 4019266. OLE color: 4019266.

HSL color Cylindrical-coordinate representation of color #42543D: hue angle of 106.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42543D is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB668461-
CMYK0.2100.270.67
HSL106.96º15.86%28.43%-
HSV(B)106.96º27.38%32.94%-
XYZ6.267.845.6-
YUV76119.54120.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=31.28%
G=39.81%
B=28.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684610.2100.270.67106.9615.8628.43
Hex42543D1501B436b101c
Octal10212475250331031532034
Binary1000010101010011110110101011011100001111010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42543D; }

 p { color: rgb(66,84,61); }

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

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

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

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

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

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

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