Html Css Color HEX #455441 Grey-Asparagus

📋 copy color: '#455441'

red 69 ◦ green 84 ◦ blue 65

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

Shades of Grey-Asparagus #455441

Tints of Grey-Asparagus #455441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 31.65%
G = 38.53%
B = 29.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#455441 (or 0x455441) is known color: Grey-Asparagus. HEX triplet: 45, 54 and 41. RGB value is (69,84,65). Sum of RGB (Red+Green+Blue) = 69+84+65=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #455441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455441 is #BAABBE. Grayscale: #4D4D4D. Windows color (decimal): -12233663 or 4281413. OLE color: 4281413.

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

Color convert

RGB 69 84 65 -
CMYK 0.18 0 0.23 0.67
HSL 107.37º 0.13% 0.29% -
HSV(B) 107.37º 0.23% 0.33% -
XYZ 6.58 7.99 6.2 -
YUV 77.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 69 84 65 0.18 0 0.23 0.67 107.37 0.13 0.29
Hex 45 54 41 12 0 17 43 6B D 1D
Octal 105 124 101 22 0 27 103 153 15 35
Binary 1000101 1010100 1000001 10010 0 10111 1000011 1101011 1101 11101

Color Harmonies of #455441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455441

Black with #455441

Text Example


Text Example

White with #455441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455441; }

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

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

background-color css

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

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

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

border-color css

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

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

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