#74A546

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

Shades of Asparagus #74A546

Tints of Asparagus #74A546

Color information

#74A546 (or 0x74A546) is unknown color: approx Asparagus. HEX triplet: 74, A5 and 46. RGB value is (116,165,70). Sum of RGB (Red+Green+Blue) = 116+165+70=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #74A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A546 is #8B5AB9. Grayscale: #8B8B8B. Windows color (decimal): -9132730 or 4629876. OLE color: 4629876.

HSL color Cylindrical-coordinate representation of color #74A546: hue angle of 90.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74A546 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB11616570-
CMYK0.3000.580.35
HSL90.95º40.43%46.08%-
HSV(B)90.95º57.58%64.71%-
XYZ21.7631.0710.64-
YUV139.5288.77111.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=33.05%
G=47.01%
B=19.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116165700.3000.580.3590.9540.4346.08
Hex74A5461E03A235b282e
Octal16424510636072431335056
Binary11101001010010110001101111001110101000111011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A546; }

 p { color: rgb(116,165,70); }

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

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

 a { background-color: rgb(116,165,70); }

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

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

 span { border-color: rgb(116,165,70); }

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