#74A347

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

Shades of Asparagus #74A347

Tints of Asparagus #74A347

Color information

#74A347 (or 0x74A347) is unknown color: approx Asparagus. HEX triplet: 74, A3 and 47. RGB value is (116,163,71). Sum of RGB (Red+Green+Blue) = 116+163+71=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #74A347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A347 is #8B5CB8. Grayscale: #8A8A8A. Windows color (decimal): -9133241 or 4694900. OLE color: 4694900.

HSL color Cylindrical-coordinate representation of color #74A347: hue angle of 90.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74A347 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB11616371-
CMYK0.2900.560.36
HSL90.65º39.32%45.88%-
HSV(B)90.65º56.44%63.92%-
XYZ21.4430.3610.69-
YUV138.4689.93111.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=33.14%
G=46.57%
B=20.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163710.2900.560.3690.6539.3245.88
Hex74A3471D038245b272e
Octal16424310735070441334756
Binary11101001010001110001111110101110001001001011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,163,71); }

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

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

 a { background-color: rgb(116,163,71); }

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

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

 span { border-color: rgb(116,163,71); }

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