Html Css Color HEX #42543F Grey-Asparagus

📋 copy color: '#42543F'

red 66 ◦ green 84 ◦ blue 63

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

Shades of Grey-Asparagus #42543F

Tints of Grey-Asparagus #42543F

RGB

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

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

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

R = 30.99%
G = 39.44%
B = 29.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#42543F (or 0x42543F) is known color: Grey-Asparagus. HEX triplet: 42, 54 and 3F. RGB value is (66,84,63). Sum of RGB (Red+Green+Blue) = 66+84+63=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #42543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42543F is #BDABC0. Grayscale: #4C4C4C. Windows color (decimal): -12430273 or 4150338. OLE color: 4150338.

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

Color convert

RGB 66 84 63 -
CMYK 0.21 0 0.25 0.67
HSL 111.43º 0.14% 0.29% -
HSV(B) 111.43º 0.25% 0.33% -
XYZ 6.31 7.86 5.89 -
YUV 76.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 66 84 63 0.21 0 0.25 0.67 111.43 0.14 0.29
Hex 42 54 3F 15 0 19 43 6F E 1D
Octal 102 124 77 25 0 31 103 157 16 35
Binary 1000010 1010100 111111 10101 0 11001 1000011 1101111 1110 11101

Color Harmonies of #42543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42543F

Black with #42543F

Text Example


Text Example

White with #42543F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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