Html Css Color HEX #466241 Grey-Asparagus

📋 copy color: '#466241'

red 70 ◦ green 98 ◦ blue 65

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

Shades of Grey-Asparagus #466241

Tints of Grey-Asparagus #466241

RGB

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

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

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

R = 30.04%
G = 42.06%
B = 27.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#466241 (or 0x466241) is known color: Grey-Asparagus. HEX triplet: 46, 62 and 41. RGB value is (70,98,65). Sum of RGB (Red+Green+Blue) = 70+98+65=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #466241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466241 is #B99DBE. Grayscale: #555555. Windows color (decimal): -12164543 or 4284998. OLE color: 4284998.

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

Color convert

RGB 70 98 65 -
CMYK 0.29 0 0.34 0.62
HSL 110.91º 0.2% 0.32% -
HSV(B) 110.91º 0.34% 0.38% -
XYZ 7.85 10.42 6.6 -
YUV 85.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 70 98 65 0.29 0 0.34 0.62 110.91 0.2 0.32
Hex 46 62 41 1D 0 22 3E 6F 14 20
Octal 106 142 101 35 0 42 76 157 24 40
Binary 1000110 1100010 1000001 11101 0 100010 111110 1101111 10100 100000

Color Harmonies of #466241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466241

Black with #466241

Text Example


Text Example

White with #466241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466241; }

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

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

background-color css

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

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

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

border-color css

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

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

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