#456242

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

Shades of Grey-Asparagus #456242

Tints of Grey-Asparagus #456242

Color information

#456242 (or 0x456242) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 62 and 42. RGB value is (69,98,66). Sum of RGB (Red+Green+Blue) = 69+98+66=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #456242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456242 is #BA9DBD. Grayscale: #555555. Windows color (decimal): -12230078 or 4350533. OLE color: 4350533.

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

Color convert

RGB699866-
CMYK0.3000.330.62
HSL114.37º19.51%32.16%-
HSV(B)114.37º32.65%38.43%-
XYZ7.8110.396.75-
YUV85.68116.89116.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 66 (26.17% from 255) = 28.33%
R=29.61%
G=42.06%
B=28.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998660.3000.330.62114.3719.5132.16
Hex4562421E0213E721420
Octal10514210236041761622440
Binary100010111000101000010111100100001111110111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456242; }

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

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

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

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

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

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

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

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