Html Css Color HEX #42563F Grey-Asparagus

📋 copy color: '#42563F'

red 66 ◦ green 86 ◦ blue 63

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

Shades of Grey-Asparagus #42563F

Tints of Grey-Asparagus #42563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 30.7%
G = 40%
B = 29.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#42563F (or 0x42563F) is known color: Grey-Asparagus. HEX triplet: 42, 56 and 3F. RGB value is (66,86,63). Sum of RGB (Red+Green+Blue) = 66+86+63=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #42563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42563F is #BDA9C0. Grayscale: #4D4D4D. Windows color (decimal): -12429761 or 4150850. OLE color: 4150850.

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

Color convert

RGB 66 86 63 -
CMYK 0.23 0 0.27 0.66
HSL 112.17º 0.15% 0.29% -
HSV(B) 112.17º 0.27% 0.34% -
XYZ 6.47 8.17 5.94 -
YUV 77.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 66 86 63 0.23 0 0.27 0.66 112.17 0.15 0.29
Hex 42 56 3F 17 0 1B 42 70 F 1D
Octal 102 126 77 27 0 33 102 160 17 35
Binary 1000010 1010110 111111 10111 0 11011 1000010 1110000 1111 11101

Color Harmonies of #42563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42563F

Black with #42563F

Text Example


Text Example

White with #42563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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