Html Css Color HEX #465C41 Grey-Asparagus

📋 copy color: '#465C41'

red 70 ◦ green 92 ◦ blue 65

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

Shades of Grey-Asparagus #465C41

Tints of Grey-Asparagus #465C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 30.84%
G = 40.53%
B = 28.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#465C41 (or 0x465C41) is known color: Grey-Asparagus. HEX triplet: 46, 5C and 41. RGB value is (70,92,65). Sum of RGB (Red+Green+Blue) = 70+92+65=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #465C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C41 is #B9A3BE. Grayscale: #525252. Windows color (decimal): -12166079 or 4283462. OLE color: 4283462.

HSL color Cylindrical-coordinate representation of color #465C41: hue angle of 108.89º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465C41 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 92 65 -
CMYK 0.24 0 0.29 0.64
HSL 108.89º 0.17% 0.31% -
HSV(B) 108.89º 0.29% 0.36% -
XYZ 7.31 9.34 6.42 -
YUV 82.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 70 92 65 0.24 0 0.29 0.64 108.89 0.17 0.31
Hex 46 5C 41 18 0 1D 40 6D 11 1F
Octal 106 134 101 30 0 35 100 155 21 37
Binary 1000110 1011100 1000001 11000 0 11101 1000000 1101101 10001 11111

Color Harmonies of #465C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C41

Black with #465C41

Text Example


Text Example

White with #465C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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