Html Css Color HEX #455547 Grey-Asparagus

📋 copy color: '#455547'

red 69 ◦ green 85 ◦ blue 71

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

Shades of Grey-Asparagus #455547

Tints of Grey-Asparagus #455547

RGB

 RED value IS 69 (27.34% from 255) = 30.67%

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

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 30.67%
G = 37.78%
B = 31.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#455547 (or 0x455547) is known color: Grey-Asparagus. HEX triplet: 45, 55 and 47. RGB value is (69,85,71). Sum of RGB (Red+Green+Blue) = 69+85+71=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #455547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455547 is #BAAAB8. Grayscale: #4E4E4E. Windows color (decimal): -12233401 or 4674885. OLE color: 4674885.

HSL color Cylindrical-coordinate representation of color #455547: hue angle of 127.5º 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 #455547 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 71 -
CMYK 0.19 0 0.16 0.67
HSL 127.5º 0.1% 0.3% -
HSV(B) 127.5º 0.19% 0.33% -
XYZ 6.84 8.22 7.19 -
YUV 78.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 69 85 71 0.19 0 0.16 0.67 127.5 0.1 0.3
Hex 45 55 47 13 0 10 43 80 A 1E
Octal 105 125 107 23 0 20 103 200 12 36
Binary 1000101 1010101 1000111 10011 0 10000 1000011 10000000 1010 11110

Color Harmonies of #455547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455547

Black with #455547

Text Example


Text Example

White with #455547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455547; }

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

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

background-color css

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

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

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

border-color css

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

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

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