Html Css Color HEX #465542 Grey-Asparagus

📋 copy color: '#465542'

red 70 ◦ green 85 ◦ blue 66

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

Shades of Grey-Asparagus #465542

Tints of Grey-Asparagus #465542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 31.67%
G = 38.46%
B = 29.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#465542 (or 0x465542) is known color: Grey-Asparagus. HEX triplet: 46, 55 and 42. RGB value is (70,85,66). Sum of RGB (Red+Green+Blue) = 70+85+66=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #465542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465542 is #B9AABD. Grayscale: #4E4E4E. Windows color (decimal): -12167870 or 4347206. OLE color: 4347206.

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

Color convert

RGB 70 85 66 -
CMYK 0.18 0 0.22 0.67
HSL 107.37º 0.13% 0.3% -
HSV(B) 107.37º 0.22% 0.33% -
XYZ 6.76 8.19 6.38 -
YUV 78.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 70 85 66 0.18 0 0.22 0.67 107.37 0.13 0.3
Hex 46 55 42 12 0 16 43 6B D 1E
Octal 106 125 102 22 0 26 103 153 15 36
Binary 1000110 1010101 1000010 10010 0 10110 1000011 1101011 1101 11110

Color Harmonies of #465542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465542

Black with #465542

Text Example


Text Example

White with #465542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465542; }

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

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

background-color css

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

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

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

border-color css

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

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

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