#456241

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

Shades of Grey-Asparagus #456241

Tints of Grey-Asparagus #456241

Color information

#456241 (or 0x456241) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 62 and 41. RGB value is (69,98,65). Sum of RGB (Red+Green+Blue) = 69+98+65=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #456241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456241 is #BA9DBE. Grayscale: #555555. Windows color (decimal): -12230079 or 4284997. OLE color: 4284997.

HSL color Cylindrical-coordinate representation of color #456241: hue angle of 112.73º 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 #456241 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB699865-
CMYK0.3000.340.62
HSL112.73º20.25%31.96%-
HSV(B)112.73º33.67%38.43%-
XYZ7.7810.386.6-
YUV85.57116.39116.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=29.74%
G=42.24%
B=28.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998650.3000.340.62112.7320.2531.96
Hex4562411E0223E711420
Octal10514210136042761612440
Binary100010111000101000001111100100010111110111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456241; }

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

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

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

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

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

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

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

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