#456240

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

Shades of Grey-Asparagus #456240

Tints of Grey-Asparagus #456240

Color information

#456240 (or 0x456240) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 62 and 40. RGB value is (69,98,64). Sum of RGB (Red+Green+Blue) = 69+98+64=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #456240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456240 is #BA9DBF. Grayscale: #555555. Windows color (decimal): -12230080 or 4219461. OLE color: 4219461.

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

Color convert

RGB699864-
CMYK0.3000.350.62
HSL111.18º20.99%31.76%-
HSV(B)111.18º34.69%38.43%-
XYZ7.7510.376.44-
YUV85.45115.89116.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=29.87%
G=42.42%
B=27.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998640.3000.350.62111.1820.9931.76
Hex4562401E0233E6f1520
Octal10514210036043761572540
Binary100010111000101000000111100100011111110110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456240; }

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

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

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

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

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

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

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

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