Html Css Color HEX #465942 Grey-Asparagus

📋 copy color: '#465942'

red 70 ◦ green 89 ◦ blue 66

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

Shades of Grey-Asparagus #465942

Tints of Grey-Asparagus #465942

RGB

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

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

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

R = 31.11%
G = 39.56%
B = 29.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#465942 (or 0x465942) is known color: Grey-Asparagus. HEX triplet: 46, 59 and 42. RGB value is (70,89,66). Sum of RGB (Red+Green+Blue) = 70+89+66=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #465942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465942 is #B9A6BD. Grayscale: #505050. Windows color (decimal): -12166846 or 4348230. OLE color: 4348230.

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

Color convert

RGB 70 89 66 -
CMYK 0.21 0 0.26 0.65
HSL 109.57º 0.15% 0.3% -
HSV(B) 109.57º 0.26% 0.35% -
XYZ 7.08 8.84 6.49 -
YUV 80.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 70 89 66 0.21 0 0.26 0.65 109.57 0.15 0.3
Hex 46 59 42 15 0 1A 41 6E F 1E
Octal 106 131 102 25 0 32 101 156 17 36
Binary 1000110 1011001 1000010 10101 0 11010 1000001 1101110 1111 11110

Color Harmonies of #465942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465942

Black with #465942

Text Example


Text Example

White with #465942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465942; }

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

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

background-color css

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

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

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

border-color css

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

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

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