Html Css Color HEX #42543D Grey-Asparagus

📋 copy color: '#42543D'

red 66 ◦ green 84 ◦ blue 61

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

Shades of Grey-Asparagus #42543D

Tints of Grey-Asparagus #42543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 31.28%
G = 39.81%
B = 28.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#42543D (or 0x42543D) is known color: Grey-Asparagus. HEX triplet: 42, 54 and 3D. RGB value is (66,84,61). Sum of RGB (Red+Green+Blue) = 66+84+61=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #42543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42543D is #BDABC2. Grayscale: #4C4C4C. Windows color (decimal): -12430275 or 4019266. OLE color: 4019266.

HSL color Cylindrical-coordinate representation of color #42543D: hue angle of 106.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42543D is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 61 -
CMYK 0.21 0 0.27 0.67
HSL 106.96º 0.16% 0.28% -
HSV(B) 106.96º 0.27% 0.33% -
XYZ 6.26 7.84 5.6 -
YUV 76 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 66 84 61 0.21 0 0.27 0.67 106.96 0.16 0.28
Hex 42 54 3D 15 0 1B 43 6B 10 1C
Octal 102 124 75 25 0 33 103 153 20 34
Binary 1000010 1010100 111101 10101 0 11011 1000011 1101011 10000 11100

Color Harmonies of #42543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42543D

Black with #42543D

Text Example


Text Example

White with #42543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42543D;
 }
 .AnyTagClassName
 {
   color: #42543D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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