#456145

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

Shades of Grey-Asparagus #456145

Tints of Grey-Asparagus #456145

Color information

#456145 (or 0x456145) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 61 and 45. RGB value is (69,97,69). Sum of RGB (Red+Green+Blue) = 69+97+69=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #456145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456145 is #BA9EBA. Grayscale: #555555. Windows color (decimal): -12230331 or 4546885. OLE color: 4546885.

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

Color convert

RGB699769-
CMYK0.2900.290.62
HSL120º16.87%32.55%-
HSV(B)120º28.87%38.04%-
XYZ7.810.247.2-
YUV85.44118.72116.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=29.36%
G=41.28%
B=29.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997690.2900.290.6212016.8732.55
Hex4561451D01D3E781121
Octal10514110535035761702141
Binary10001011100001100010111101011101111110111100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456145; }

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

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

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

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

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

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

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

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