Html Css Color HEX #42563D Grey-Asparagus

📋 copy color: '#42563D'

red 66 ◦ green 86 ◦ blue 61

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

Shades of Grey-Asparagus #42563D

Tints of Grey-Asparagus #42563D

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 value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#42563D (or 0x42563D) is known color: 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

RGB 66 86 61 -
CMYK 0.23 0 0.29 0.66
HSL 108º 0.17% 0.29% -
HSV(B) 108º 0.29% 0.34% -
XYZ 6.42 8.15 5.65 -
YUV 77.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 66 86 61 0.23 0 0.29 0.66 108 0.17 0.29
Hex 42 56 3D 17 0 1D 42 6C 11 1D
Octal 102 126 75 27 0 35 102 154 21 35
Binary 1000010 1010110 111101 10111 0 11101 1000010 1101100 10001 11101

Color Harmonies of #42563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42563D

Black with #42563D

Text Example


Text Example

White with #42563D

Text Example


Text Example

HTML Codes & Css Web 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>