#74A35E

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

Shades of Asparagus #74A35E

Tints of Asparagus #74A35E

Color information

#74A35E (or 0x74A35E) is unknown color: approx Asparagus. HEX triplet: 74, A3 and 5E. RGB value is (116,163,94). Sum of RGB (Red+Green+Blue) = 116+163+94=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #74A35E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A35E is #8B5CA1. Grayscale: #8D8D8D. Windows color (decimal): -9133218 or 6202228. OLE color: 6202228.

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

Color convert

RGB11616394-
CMYK0.2900.420.36
HSL100.87º27.27%50.39%-
HSV(B)100.87º42.33%63.92%-
XYZ22.3230.7215.34-
YUV141.08101.43110.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=31.10%
G=43.70%
B=25.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163940.2900.420.36100.8727.2750.39
Hex74A35E1D02A24651b32
Octal16424313635052441453362
Binary1110100101000111011110111010101010100100110010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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