#456542

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

Shades of Grey-Asparagus #456542

Tints of Grey-Asparagus #456542

Color information

#456542 (or 0x456542) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 65 and 42. RGB value is (69,101,66). Sum of RGB (Red+Green+Blue) = 69+101+66=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #456542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456542 is #BA9ABD. Grayscale: #575757. Windows color (decimal): -12229310 or 4351301. OLE color: 4351301.

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

Color convert

RGB6910166-
CMYK0.3200.350.60
HSL114.86º20.96%32.75%-
HSV(B)114.86º34.65%39.61%-
XYZ8.0910.976.84-
YUV87.44115.9114.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=29.24%
G=42.80%
B=27.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69101660.3200.350.60114.8620.9632.75
Hex456542200233C731521
Octal10514510240043741632541
Binary1000101110010110000101000000100011111100111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456542; }

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

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

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

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

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

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

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

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