Html Css Color HEX #466141 Grey-Asparagus

📋 copy color: '#466141'

red 70 ◦ green 97 ◦ blue 65

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

Shades of Grey-Asparagus #466141

Tints of Grey-Asparagus #466141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 30.17%
G = 41.81%
B = 28.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#466141 (or 0x466141) is known color: Grey-Asparagus. HEX triplet: 46, 61 and 41. RGB value is (70,97,65). Sum of RGB (Red+Green+Blue) = 70+97+65=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #466141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466141 is #B99EBE. Grayscale: #555555. Windows color (decimal): -12164799 or 4284742. OLE color: 4284742.

HSL color Cylindrical-coordinate representation of color #466141: hue angle of 110.62º 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 #466141 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 65 -
CMYK 0.28 0 0.33 0.62
HSL 110.63º 0.2% 0.32% -
HSV(B) 110.63º 0.33% 0.38% -
XYZ 7.75 10.23 6.57 -
YUV 85.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 70 97 65 0.28 0 0.33 0.62 110.63 0.2 0.32
Hex 46 61 41 1C 0 21 3E 6F 14 20
Octal 106 141 101 34 0 41 76 157 24 40
Binary 1000110 1100001 1000001 11100 0 100001 111110 1101111 10100 100000

Color Harmonies of #466141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466141

Black with #466141

Text Example


Text Example

White with #466141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466141; }

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

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

background-color css

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

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

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

border-color css

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

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

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