Html Css Color HEX #455A40 Grey-Asparagus

📋 copy color: '#455A40'

red 69 ◦ green 90 ◦ blue 64

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

Shades of Grey-Asparagus #455A40

Tints of Grey-Asparagus #455A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

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

R = 30.94%
G = 40.36%
B = 28.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#455A40 (or 0x455A40) is known color: Grey-Asparagus. HEX triplet: 45, 5A and 40. RGB value is (69,90,64). Sum of RGB (Red+Green+Blue) = 69+90+64=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #455A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A40 is #BAA5BF. Grayscale: #505050. Windows color (decimal): -12232128 or 4217413. OLE color: 4217413.

HSL color Cylindrical-coordinate representation of color #455A40: hue angle of 108.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #455A40 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 90 64 -
CMYK 0.23 0 0.29 0.65
HSL 108.46º 0.17% 0.3% -
HSV(B) 108.46º 0.29% 0.35% -
XYZ 7.04 8.95 6.21 -
YUV 80.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 69 90 64 0.23 0 0.29 0.65 108.46 0.17 0.3
Hex 45 5A 40 17 0 1D 41 6C 11 1E
Octal 105 132 100 27 0 35 101 154 21 36
Binary 1000101 1011010 1000000 10111 0 11101 1000001 1101100 10001 11110

Color Harmonies of #455A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A40

Black with #455A40

Text Example


Text Example

White with #455A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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