Html Css Color HEX #455548 Grey-Asparagus

📋 copy color: '#455548'

red 69 ◦ green 85 ◦ blue 72

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

Shades of Grey-Asparagus #455548

Tints of Grey-Asparagus #455548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 30.53%
G = 37.61%
B = 31.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#455548 (or 0x455548) is known color: Grey-Asparagus. HEX triplet: 45, 55 and 48. RGB value is (69,85,72). Sum of RGB (Red+Green+Blue) = 69+85+72=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #455548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455548 is #BAAAB7. Grayscale: #4E4E4E. Windows color (decimal): -12233400 or 4740421. OLE color: 4740421.

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

Color convert

RGB 69 85 72 -
CMYK 0.19 0 0.15 0.67
HSL 131.25º 0.1% 0.3% -
HSV(B) 131.25º 0.19% 0.33% -
XYZ 6.87 8.23 7.36 -
YUV 78.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 69 85 72 0.19 0 0.15 0.67 131.25 0.1 0.3
Hex 45 55 48 13 0 F 43 83 A 1E
Octal 105 125 110 23 0 17 103 203 12 36
Binary 1000101 1010101 1001000 10011 0 1111 1000011 10000011 1010 11110

Color Harmonies of #455548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455548

Black with #455548

Text Example


Text Example

White with #455548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455548; }

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

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

background-color css

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

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

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

border-color css

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

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

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