#424D3F

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

Shades of Grey-Asparagus #424D3F

Tints of Grey-Asparagus #424D3F

Color information

#424D3F (or 0x424D3F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4D and 3F. RGB value is (66,77,63). Sum of RGB (Red+Green+Blue) = 66+77+63=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #424D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D3F is #BDB2C0. Grayscale: #484848. Windows color (decimal): -12432065 or 4148546. OLE color: 4148546.

HSL color Cylindrical-coordinate representation of color #424D3F: hue angle of 107.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424D3F is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB667763-
CMYK0.1400.180.70
HSL107.14º10%27.45%-
HSV(B)107.14º18.18%30.2%-
XYZ5.86.825.71-
YUV72.11122.86123.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 63 (25% from 255) = 30.58%
R=32.04%
G=37.38%
B=30.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677630.1400.180.70107.141027.45
Hex424D3FE012466ba1b
Octal10211577160221061531233
Binary10000101001101111111111001001010001101101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424D3F; }

 p { color: rgb(66,77,63); }

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

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

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

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

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

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

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