Html Css Color HEX #455044 Grey-Asparagus

📋 copy color: '#455044'

red 69 ◦ green 80 ◦ blue 68

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

Shades of Grey-Asparagus #455044

Tints of Grey-Asparagus #455044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 31.8%
G = 36.87%
B = 31.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#455044 (or 0x455044) is known color: Grey-Asparagus. HEX triplet: 45, 50 and 44. RGB value is (69,80,68). Sum of RGB (Red+Green+Blue) = 69+80+68=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #455044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455044 is #BAAFBB. Grayscale: #4B4B4B. Windows color (decimal): -12234684 or 4476997. OLE color: 4476997.

HSL color Cylindrical-coordinate representation of color #455044: hue angle of 115º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #455044 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 68 -
CMYK 0.14 0 0.15 0.69
HSL 115º 0.08% 0.29% -
HSV(B) 115º 0.15% 0.31% -
XYZ 6.37 7.42 6.57 -
YUV 75.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 69 80 68 0.14 0 0.15 0.69 115 0.08 0.29
Hex 45 50 44 E 0 F 45 73 8 1D
Octal 105 120 104 16 0 17 105 163 10 35
Binary 1000101 1010000 1000100 1110 0 1111 1000101 1110011 1000 11101

Color Harmonies of #455044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455044

Black with #455044

Text Example


Text Example

White with #455044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455044; }

 p { color: rgb(69,80,68); }

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

background-color css

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

 a { background-color: rgb(69,80,68); }

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

border-color css

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

 span { border-color: rgb(69,80,68); }

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