Html Css Color HEX #466142 Grey-Asparagus

📋 copy color: '#466142'

red 70 ◦ green 97 ◦ blue 66

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

Shades of Grey-Asparagus #466142

Tints of Grey-Asparagus #466142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

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

R = 30.04%
G = 41.63%
B = 28.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#466142 (or 0x466142) is known color: Grey-Asparagus. HEX triplet: 46, 61 and 42. RGB value is (70,97,66). Sum of RGB (Red+Green+Blue) = 70+97+66=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #466142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466142 is #B99EBD. Grayscale: #555555. Windows color (decimal): -12164798 or 4350278. OLE color: 4350278.

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

Color convert

RGB 70 97 66 -
CMYK 0.28 0 0.32 0.62
HSL 112.26º 0.19% 0.32% -
HSV(B) 112.26º 0.32% 0.38% -
XYZ 7.78 10.24 6.72 -
YUV 85.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 70 97 66 0.28 0 0.32 0.62 112.26 0.19 0.32
Hex 46 61 42 1C 0 20 3E 70 13 20
Octal 106 141 102 34 0 40 76 160 23 40
Binary 1000110 1100001 1000010 11100 0 100000 111110 1110000 10011 100000

Color Harmonies of #466142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466142

Black with #466142

Text Example


Text Example

White with #466142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466142; }

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

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

background-color css

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

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

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

border-color css

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

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

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