Html Css Color HEX #465342 Grey-Asparagus

📋 copy color: '#465342'

red 70 ◦ green 83 ◦ blue 66

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

Shades of Grey-Asparagus #465342

Tints of Grey-Asparagus #465342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.14%

R = 31.96%
G = 37.9%
B = 30.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#465342 (or 0x465342) is known color: Grey-Asparagus. HEX triplet: 46, 53 and 42. RGB value is (70,83,66). Sum of RGB (Red+Green+Blue) = 70+83+66=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #465342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465342 is #B9ACBD. Grayscale: #4D4D4D. Windows color (decimal): -12168382 or 4346694. OLE color: 4346694.

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

Color convert

RGB 70 83 66 -
CMYK 0.16 0 0.20 0.67
HSL 105.88º 0.11% 0.29% -
HSV(B) 105.88º 0.2% 0.33% -
XYZ 6.6 7.88 6.33 -
YUV 77.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 70 83 66 0.16 0 0.20 0.67 105.88 0.11 0.29
Hex 46 53 42 10 0 14 43 6A B 1D
Octal 106 123 102 20 0 24 103 152 13 35
Binary 1000110 1010011 1000010 10000 0 10100 1000011 1101010 1011 11101

Color Harmonies of #465342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465342

Black with #465342

Text Example


Text Example

White with #465342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465342; }

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

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

background-color css

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

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

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

border-color css

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

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

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