Html Css Color HEX #465945 Grey-Asparagus

📋 copy color: '#465945'

red 70 ◦ green 89 ◦ blue 69

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

Shades of Grey-Asparagus #465945

Tints of Grey-Asparagus #465945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.26%

R = 30.7%
G = 39.04%
B = 30.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#465945 (or 0x465945) is known color: Grey-Asparagus. HEX triplet: 46, 59 and 45. RGB value is (70,89,69). Sum of RGB (Red+Green+Blue) = 70+89+69=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #465945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465945 is #B9A6BA. Grayscale: #515151. Windows color (decimal): -12166843 or 4544838. OLE color: 4544838.

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

Color convert

RGB 70 89 69 -
CMYK 0.21 0 0.22 0.65
HSL 117º 0.13% 0.31% -
HSV(B) 117º 0.22% 0.35% -
XYZ 7.17 8.88 6.97 -
YUV 81.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 70 89 69 0.21 0 0.22 0.65 117 0.13 0.31
Hex 46 59 45 15 0 16 41 75 D 1F
Octal 106 131 105 25 0 26 101 165 15 37
Binary 1000110 1011001 1000101 10101 0 10110 1000001 1110101 1101 11111

Color Harmonies of #465945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465945

Black with #465945

Text Example


Text Example

White with #465945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465945; }

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

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

background-color css

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

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

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

border-color css

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

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

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