#455F45

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

Shades of Grey-Asparagus #455F45

Tints of Grey-Asparagus #455F45

Color information

#455F45 (or 0x455F45) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5F and 45. RGB value is (69,95,69). Sum of RGB (Red+Green+Blue) = 69+95+69=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #455F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F45 is #BAA0BA. Grayscale: #545454. Windows color (decimal): -12230843 or 4546373. OLE color: 4546373.

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

Color convert

RGB699569-
CMYK0.2700.270.63
HSL120º15.85%32.16%-
HSV(B)120º27.37%37.25%-
XYZ7.629.887.14-
YUV84.26119.39117.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=29.61%
G=40.77%
B=29.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6995690.2700.270.6312015.8532.16
Hex455F451B01B3F781020
Octal10513710533033771702040
Binary10001011011111100010111011011011111111111100010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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