Html Css Color HEX #465D41 Grey-Asparagus

📋 copy color: '#465D41'

red 70 ◦ green 93 ◦ blue 65

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

Shades of Grey-Asparagus #465D41

Tints of Grey-Asparagus #465D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 30.7%
G = 40.79%
B = 28.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#465D41 (or 0x465D41) is known color: Grey-Asparagus. HEX triplet: 46, 5D and 41. RGB value is (70,93,65). Sum of RGB (Red+Green+Blue) = 70+93+65=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #465D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D41 is #B9A2BE. Grayscale: #535353. Windows color (decimal): -12165823 or 4283718. OLE color: 4283718.

HSL color Cylindrical-coordinate representation of color #465D41: hue angle of 109.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #465D41 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 65 -
CMYK 0.25 0 0.30 0.64
HSL 109.29º 0.18% 0.31% -
HSV(B) 109.29º 0.3% 0.36% -
XYZ 7.39 9.51 6.45 -
YUV 82.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 70 93 65 0.25 0 0.30 0.64 109.29 0.18 0.31
Hex 46 5D 41 19 0 1E 40 6D 12 1F
Octal 106 135 101 31 0 36 100 155 22 37
Binary 1000110 1011101 1000001 11001 0 11110 1000000 1101101 10010 11111

Color Harmonies of #465D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D41

Black with #465D41

Text Example


Text Example

White with #465D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D41; }

 p { color: rgb(70,93,65); }

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

background-color css

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

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

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

border-color css

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

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

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