Html Css Color HEX #466545 Grey-Asparagus

📋 copy color: '#466545'

red 70 ◦ green 101 ◦ blue 69

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

Shades of Grey-Asparagus #466545

Tints of Grey-Asparagus #466545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

 BLUE value IS 69 (27.34% from 255) = 28.75%

R = 29.17%
G = 42.08%
B = 28.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#466545 (or 0x466545) is known color: Grey-Asparagus. HEX triplet: 46, 65 and 45. RGB value is (70,101,69). Sum of RGB (Red+Green+Blue) = 70+101+69=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #466545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466545 is #B99ABA. Grayscale: #585858. Windows color (decimal): -12163771 or 4547910. OLE color: 4547910.

HSL color Cylindrical-coordinate representation of color #466545: hue angle of 118.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466545 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 101 69 -
CMYK 0.31 0 0.32 0.60
HSL 118.13º 0.19% 0.33% -
HSV(B) 118.13º 0.32% 0.4% -
XYZ 8.25 11.04 7.33 -
YUV 88.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 70 101 69 0.31 0 0.32 0.60 118.13 0.19 0.33
Hex 46 65 45 1F 0 20 3C 76 13 21
Octal 106 145 105 37 0 40 74 166 23 41
Binary 1000110 1100101 1000101 11111 0 100000 111100 1110110 10011 100001

Color Harmonies of #466545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466545

Black with #466545

Text Example


Text Example

White with #466545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466545; }

 p { color: rgb(70,101,69); }

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

background-color css

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

 a { background-color: rgb(70,101,69); }

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

border-color css

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

 span { border-color: rgb(70,101,69); }

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