Html Css Color HEX #466945 Grey-Asparagus

📋 copy color: '#466945'

red 70 ◦ green 105 ◦ blue 69

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

Shades of Grey-Asparagus #466945

Tints of Grey-Asparagus #466945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.03%

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

R = 28.69%
G = 43.03%
B = 28.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#466945 (or 0x466945) is known color: Grey-Asparagus. HEX triplet: 46, 69 and 45. RGB value is (70,105,69). Sum of RGB (Red+Green+Blue) = 70+105+69=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #466945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466945 is #B996BA. Grayscale: #5A5A5A. Windows color (decimal): -12162747 or 4548934. OLE color: 4548934.

HSL color Cylindrical-coordinate representation of color #466945: hue angle of 118.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466945 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 69 -
CMYK 0.33 0 0.34 0.59
HSL 118.33º 0.21% 0.34% -
HSV(B) 118.33º 0.34% 0.41% -
XYZ 8.65 11.83 7.46 -
YUV 90.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 70 105 69 0.33 0 0.34 0.59 118.33 0.21 0.34
Hex 46 69 45 21 0 22 3B 76 15 22
Octal 106 151 105 41 0 42 73 166 25 42
Binary 1000110 1101001 1000101 100001 0 100010 111011 1110110 10101 100010

Color Harmonies of #466945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466945

Black with #466945

Text Example


Text Example

White with #466945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466945; }

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

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

background-color css

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

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

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

border-color css

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

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

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