Html Css Color HEX #465146 Grey-Asparagus

📋 copy color: '#465146'

red 70 ◦ green 81 ◦ blue 70

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

Shades of Grey-Asparagus #465146

Tints of Grey-Asparagus #465146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 31.67%
G = 36.65%
B = 31.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#465146 (or 0x465146) is known color: Grey-Asparagus. HEX triplet: 46, 51 and 46. RGB value is (70,81,70). Sum of RGB (Red+Green+Blue) = 70+81+70=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #465146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465146 is #B9AEB9. Grayscale: #4C4C4C. Windows color (decimal): -12168890 or 4608326. OLE color: 4608326.

HSL color Cylindrical-coordinate representation of color #465146: hue angle of 120º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #465146 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 70 -
CMYK 0.14 0 0.14 0.68
HSL 120º 0.07% 0.3% -
HSV(B) 120º 0.14% 0.32% -
XYZ 6.57 7.63 6.92 -
YUV 76.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 70 81 70 0.14 0 0.14 0.68 120 0.07 0.3
Hex 46 51 46 E 0 E 44 78 7 1E
Octal 106 121 106 16 0 16 104 170 7 36
Binary 1000110 1010001 1000110 1110 0 1110 1000100 1111000 111 11110

Color Harmonies of #465146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465146

Black with #465146

Text Example


Text Example

White with #465146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465146; }

 p { color: rgb(70,81,70); }

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

background-color css

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

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

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

border-color css

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

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

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