Html Css Color HEX #465941 Grey-Asparagus

📋 copy color: '#465941'

red 70 ◦ green 89 ◦ blue 65

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

Shades of Grey-Asparagus #465941

Tints of Grey-Asparagus #465941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 31.25%
G = 39.73%
B = 29.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#465941 (or 0x465941) is known color: Grey-Asparagus. HEX triplet: 46, 59 and 41. RGB value is (70,89,65). Sum of RGB (Red+Green+Blue) = 70+89+65=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #465941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465941 is #B9A6BE. Grayscale: #505050. Windows color (decimal): -12166847 or 4282694. OLE color: 4282694.

HSL color Cylindrical-coordinate representation of color #465941: hue angle of 107.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465941 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 65 -
CMYK 0.21 0 0.27 0.65
HSL 107.5º 0.16% 0.3% -
HSV(B) 107.5º 0.27% 0.35% -
XYZ 7.05 8.83 6.33 -
YUV 80.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 70 89 65 0.21 0 0.27 0.65 107.5 0.16 0.3
Hex 46 59 41 15 0 1B 41 6C 10 1E
Octal 106 131 101 25 0 33 101 154 20 36
Binary 1000110 1011001 1000001 10101 0 11011 1000001 1101100 10000 11110

Color Harmonies of #465941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465941

Black with #465941

Text Example


Text Example

White with #465941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465941; }

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

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

background-color css

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

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

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

border-color css

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

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

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