Html Css Color HEX #466242 Grey-Asparagus

📋 copy color: '#466242'

red 70 ◦ green 98 ◦ blue 66

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

Shades of Grey-Asparagus #466242

Tints of Grey-Asparagus #466242

RGB

 RED value IS 70 (27.73% from 255) = 29.91%

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 29.91%
G = 41.88%
B = 28.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#466242 (or 0x466242) is known color: Grey-Asparagus. HEX triplet: 46, 62 and 42. RGB value is (70,98,66). Sum of RGB (Red+Green+Blue) = 70+98+66=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #466242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466242 is #B99DBD. Grayscale: #565656. Windows color (decimal): -12164542 or 4350534. OLE color: 4350534.

HSL color Cylindrical-coordinate representation of color #466242: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466242 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 66 -
CMYK 0.29 0 0.33 0.62
HSL 112.5º 0.2% 0.32% -
HSV(B) 112.5º 0.33% 0.38% -
XYZ 7.88 10.43 6.75 -
YUV 85.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 70 98 66 0.29 0 0.33 0.62 112.5 0.2 0.32
Hex 46 62 42 1D 0 21 3E 70 14 20
Octal 106 142 102 35 0 41 76 160 24 40
Binary 1000110 1100010 1000010 11101 0 100001 111110 1110000 10100 100000

Color Harmonies of #466242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466242

Black with #466242

Text Example


Text Example

White with #466242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466242; }

 p { color: rgb(70,98,66); }

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

background-color css

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

 a { background-color: rgb(70,98,66); }

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

border-color css

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

 span { border-color: rgb(70,98,66); }

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