Html Css Color HEX #42563E Grey-Asparagus

📋 copy color: '#42563E'

red 66 ◦ green 86 ◦ blue 62

#42563E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #42563E

Tints of Grey-Asparagus #42563E

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 86 (33.98% from 255) = 40.19%

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 30.84%
G = 40.19%
B = 28.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#42563E (or 0x42563E) is known color: Grey-Asparagus. HEX triplet: 42, 56 and 3E. RGB value is (66,86,62). Sum of RGB (Red+Green+Blue) = 66+86+62=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #42563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42563E is #BDA9C1. Grayscale: #4D4D4D. Windows color (decimal): -12429762 or 4085314. OLE color: 4085314.

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

Color convert

RGB 66 86 62 -
CMYK 0.23 0 0.28 0.66
HSL 110º 0.16% 0.29% -
HSV(B) 110º 0.28% 0.34% -
XYZ 6.44 8.16 5.79 -
YUV 77.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 66 86 62 0.23 0 0.28 0.66 110 0.16 0.29
Hex 42 56 3E 17 0 1C 42 6E 10 1D
Octal 102 126 76 27 0 34 102 156 20 35
Binary 1000010 1010110 111110 10111 0 11100 1000010 1101110 10000 11101

Color Harmonies of #42563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42563E

Black with #42563E

Text Example


Text Example

White with #42563E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42563E;
 }
 .AnyTagClassName
 {
   color: #42563E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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