#42503F

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

Shades of Grey-Asparagus #42503F

Tints of Grey-Asparagus #42503F

Color information

#42503F (or 0x42503F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 50 and 3F. RGB value is (66,80,63). Sum of RGB (Red+Green+Blue) = 66+80+63=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #42503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42503F is #BDAFC0. Grayscale: #494949. Windows color (decimal): -12431297 or 4149314. OLE color: 4149314.

HSL color Cylindrical-coordinate representation of color #42503F: hue angle of 109.41º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #42503F is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB668063-
CMYK0.1700.210.69
HSL109.41º11.89%28.04%-
HSV(B)109.41º21.25%31.37%-
XYZ6.017.255.79-
YUV73.88121.86122.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 63 (25% from 255) = 30.14%
R=31.58%
G=38.28%
B=30.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680630.1700.210.69109.4111.8928.04
Hex42503F11015456dc1c
Octal10212077210251051551434
Binary100001010100001111111000101010110001011101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42503F; }

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

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

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

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

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

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

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

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