Html Css Color HEX #465346 Grey-Asparagus

📋 copy color: '#465346'

red 70 ◦ green 83 ◦ blue 70

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

Shades of Grey-Asparagus #465346

Tints of Grey-Asparagus #465346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 31.39%
G = 37.22%
B = 31.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#465346 (or 0x465346) is known color: Grey-Asparagus. HEX triplet: 46, 53 and 46. RGB value is (70,83,70). Sum of RGB (Red+Green+Blue) = 70+83+70=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #465346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465346 is #B9ACB9. Grayscale: #4D4D4D. Windows color (decimal): -12168378 or 4608838. OLE color: 4608838.

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

Color convert

RGB 70 83 70 -
CMYK 0.16 0 0.16 0.67
HSL 120º 0.08% 0.3% -
HSV(B) 120º 0.16% 0.33% -
XYZ 6.72 7.93 6.97 -
YUV 77.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 70 83 70 0.16 0 0.16 0.67 120 0.08 0.3
Hex 46 53 46 10 0 10 43 78 8 1E
Octal 106 123 106 20 0 20 103 170 10 36
Binary 1000110 1010011 1000110 10000 0 10000 1000011 1111000 1000 11110

Color Harmonies of #465346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465346

Black with #465346

Text Example


Text Example

White with #465346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465346; }

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

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

background-color css

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

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

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

border-color css

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

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

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