Html Css Color HEX #42503E Grey-Asparagus

📋 copy color: '#42503E'

red 66 ◦ green 80 ◦ blue 62

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

Shades of Grey-Asparagus #42503E

Tints of Grey-Asparagus #42503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 31.73%
G = 38.46%
B = 29.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#42503E (or 0x42503E) is known color: Grey-Asparagus. HEX triplet: 42, 50 and 3E. RGB value is (66,80,62). Sum of RGB (Red+Green+Blue) = 66+80+62=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #42503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42503E is #BDAFC1. Grayscale: #494949. Windows color (decimal): -12431298 or 4083778. OLE color: 4083778.

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

Color convert

RGB 66 80 62 -
CMYK 0.17 0 0.22 0.69
HSL 106.67º 0.13% 0.28% -
HSV(B) 106.67º 0.23% 0.31% -
XYZ 5.98 7.24 5.64 -
YUV 73.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 66 80 62 0.17 0 0.22 0.69 106.67 0.13 0.28
Hex 42 50 3E 11 0 16 45 6B D 1C
Octal 102 120 76 21 0 26 105 153 15 34
Binary 1000010 1010000 111110 10001 0 10110 1000101 1101011 1101 11100

Color Harmonies of #42503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42503E

Black with #42503E

Text Example


Text Example

White with #42503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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