#456046

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

Shades of Grey-Asparagus #456046

Tints of Grey-Asparagus #456046

Color information

#456046 (or 0x456046) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 60 and 46. RGB value is (69,96,70). Sum of RGB (Red+Green+Blue) = 69+96+70=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #456046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456046 is #BA9FB9. Grayscale: #555555. Windows color (decimal): -12230586 or 4612165. OLE color: 4612165.

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

Color convert

RGB699670-
CMYK0.2800.270.62
HSL122.22º16.36%32.35%-
HSV(B)122.22º28.12%37.65%-
XYZ7.7410.077.33-
YUV84.96119.55116.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=29.36%
G=40.85%
B=29.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996700.2800.270.62122.2216.3632.35
Hex4560461C01B3E7a1020
Octal10514010634033761722040
Binary10001011100000100011011100011011111110111101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456046; }

 p { color: rgb(69,96,70); }

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

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

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

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

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

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

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