Html Css Color HEX #455541 Grey-Asparagus

📋 copy color: '#455541'

red 69 ◦ green 85 ◦ blue 65

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

Shades of Grey-Asparagus #455541

Tints of Grey-Asparagus #455541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 31.51%
G = 38.81%
B = 29.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#455541 (or 0x455541) is known color: Grey-Asparagus. HEX triplet: 45, 55 and 41. RGB value is (69,85,65). Sum of RGB (Red+Green+Blue) = 69+85+65=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #455541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455541 is #BAAABE. Grayscale: #4E4E4E. Windows color (decimal): -12233407 or 4281669. OLE color: 4281669.

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

Color convert

RGB 69 85 65 -
CMYK 0.19 0 0.24 0.67
HSL 108º 0.13% 0.29% -
HSV(B) 108º 0.24% 0.33% -
XYZ 6.66 8.14 6.22 -
YUV 77.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 69 85 65 0.19 0 0.24 0.67 108 0.13 0.29
Hex 45 55 41 13 0 18 43 6C D 1D
Octal 105 125 101 23 0 30 103 154 15 35
Binary 1000101 1010101 1000001 10011 0 11000 1000011 1101100 1101 11101

Color Harmonies of #455541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455541

Black with #455541

Text Example


Text Example

White with #455541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455541; }

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

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

background-color css

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

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

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

border-color css

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

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

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