#455D45

Color #455D45 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #455D45

Tints of Grey-Asparagus #455D45

Color information

#455D45 (or 0x455D45) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5D and 45. RGB value is (69,93,69). Sum of RGB (Red+Green+Blue) = 69+93+69=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #455D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D45 is #BAA2BA. Grayscale: #535353. Windows color (decimal): -12231355 or 4545861. OLE color: 4545861.

HSL color Cylindrical-coordinate representation of color #455D45: hue angle of 120º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D45 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB699369-
CMYK0.2600.260.64
HSL120º14.81%31.76%-
HSV(B)120º25.81%36.47%-
XYZ7.449.527.08-
YUV83.09120.05117.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 93 (36.72% from 255) = 40.26%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=29.87%
G=40.26%
B=29.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993690.2600.260.6412014.8131.76
Hex455D451A01A4078f20
Octal105135105320321001701740
Binary10001011011101100010111010011010100000011110001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,69); }

 H1.HeaderClassName
 {
   color: #455D45;
 }
 .AnyTagClassName
 {
   color: #455D45;
 }
</style>
background-color css

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

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

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

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

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

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