#42573D

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

Shades of Grey-Asparagus #42573D

Tints of Grey-Asparagus #42573D

Color information

#42573D (or 0x42573D) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 57 and 3D. RGB value is (66,87,61). Sum of RGB (Red+Green+Blue) = 66+87+61=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #42573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42573D is #BDA8C2. Grayscale: #4D4D4D. Windows color (decimal): -12429507 or 4020034. OLE color: 4020034.

HSL color Cylindrical-coordinate representation of color #42573D: hue angle of 108.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42573D is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB668761-
CMYK0.2400.300.66
HSL108.46º17.57%29.02%-
HSV(B)108.46º29.89%34.12%-
XYZ6.58.315.68-
YUV77.76118.54119.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=30.84%
G=40.65%
B=28.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687610.2400.300.66108.4617.5729.02
Hex42573D1801E426c121d
Octal10212775300361021542235
Binary1000010101011111110111000011110100001011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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