Html Css Color HEX #465545 Grey-Asparagus

📋 copy color: '#465545'

red 70 ◦ green 85 ◦ blue 69

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

Shades of Grey-Asparagus #465545

Tints of Grey-Asparagus #465545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

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

R = 31.25%
G = 37.95%
B = 30.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#465545 (or 0x465545) is known color: Grey-Asparagus. HEX triplet: 46, 55 and 45. RGB value is (70,85,69). Sum of RGB (Red+Green+Blue) = 70+85+69=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #465545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465545 is #B9AABA. Grayscale: #4E4E4E. Windows color (decimal): -12167867 or 4543814. OLE color: 4543814.

HSL color Cylindrical-coordinate representation of color #465545: hue angle of 116.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465545 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 69 -
CMYK 0.18 0 0.19 0.67
HSL 116.25º 0.1% 0.3% -
HSV(B) 116.25º 0.19% 0.33% -
XYZ 6.85 8.23 6.86 -
YUV 78.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 70 85 69 0.18 0 0.19 0.67 116.25 0.1 0.3
Hex 46 55 45 12 0 13 43 74 A 1E
Octal 106 125 105 22 0 23 103 164 12 36
Binary 1000110 1010101 1000101 10010 0 10011 1000011 1110100 1010 11110

Color Harmonies of #465545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465545

Black with #465545

Text Example


Text Example

White with #465545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465545; }

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

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

background-color css

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

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

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

border-color css

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

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

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