#42563D

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

Shades of Grey-Asparagus #42563D

Tints of Grey-Asparagus #42563D

Color information

#42563D (or 0x42563D) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 56 and 3D. RGB value is (66,86,61). Sum of RGB (Red+Green+Blue) = 66+86+61=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #42563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42563D is #BDA9C2. Grayscale: #4D4D4D. Windows color (decimal): -12429763 or 4019778. OLE color: 4019778.

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

Color convert

RGB668661-
CMYK0.2300.290.66
HSL108º17.01%28.82%-
HSV(B)108º29.07%33.73%-
XYZ6.428.155.65-
YUV77.17118.87120.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=30.99%
G=40.38%
B=28.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686610.2300.290.6610817.0128.82
Hex42563D1701D426c111d
Octal10212675270351021542135
Binary1000010101011011110110111011101100001011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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