Html Css Color HEX #455740 Grey-Asparagus

📋 copy color: '#455740'

red 69 ◦ green 87 ◦ blue 64

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

Shades of Grey-Asparagus #455740

Tints of Grey-Asparagus #455740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 31.36%
G = 39.55%
B = 29.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#455740 (or 0x455740) is known color: Grey-Asparagus. HEX triplet: 45, 57 and 40. RGB value is (69,87,64). Sum of RGB (Red+Green+Blue) = 69+87+64=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #455740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455740 is #BAA8BF. Grayscale: #4F4F4F. Windows color (decimal): -12232896 or 4216645. OLE color: 4216645.

HSL color Cylindrical-coordinate representation of color #455740: hue angle of 106.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455740 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 87 64 -
CMYK 0.21 0 0.26 0.66
HSL 106.96º 0.15% 0.3% -
HSV(B) 106.96º 0.26% 0.34% -
XYZ 6.79 8.45 6.12 -
YUV 79 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 69 87 64 0.21 0 0.26 0.66 106.96 0.15 0.3
Hex 45 57 40 15 0 1A 42 6B F 1E
Octal 105 127 100 25 0 32 102 153 17 36
Binary 1000101 1010111 1000000 10101 0 11010 1000010 1101011 1111 11110

Color Harmonies of #455740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455740

Black with #455740

Text Example


Text Example

White with #455740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455740; }

 p { color: rgb(69,87,64); }

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

background-color css

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

 a { background-color: rgb(69,87,64); }

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

border-color css

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

 span { border-color: rgb(69,87,64); }

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