#456140

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

Shades of Grey-Asparagus #456140

Tints of Grey-Asparagus #456140

Color information

#456140 (or 0x456140) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 61 and 40. RGB value is (69,97,64). Sum of RGB (Red+Green+Blue) = 69+97+64=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #456140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456140 is #BA9EBF. Grayscale: #545454. Windows color (decimal): -12230336 or 4219205. OLE color: 4219205.

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

Color convert

RGB699764-
CMYK0.2900.340.62
HSL110.91º20.5%31.57%-
HSV(B)110.91º34.02%38.04%-
XYZ7.6510.186.41-
YUV84.87116.22116.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=30%
G=42.17%
B=27.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997640.2900.340.62110.9120.531.57
Hex4561401D0223E6f1420
Octal10514110035042761572440
Binary100010111000011000000111010100010111110110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456140; }

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

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

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

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

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

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

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

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