#74A35C

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

Shades of Asparagus #74A35C

Tints of Asparagus #74A35C

Color information

#74A35C (or 0x74A35C) is unknown color: approx Asparagus. HEX triplet: 74, A3 and 5C. RGB value is (116,163,92). Sum of RGB (Red+Green+Blue) = 116+163+92=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #74A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A35C is #8B5CA3. Grayscale: #8D8D8D. Windows color (decimal): -9133220 or 6071156. OLE color: 6071156.

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

Color convert

RGB11616392-
CMYK0.2900.440.36
HSL99.72º27.84%50%-
HSV(B)99.72º43.56%63.92%-
XYZ22.2330.6814.88-
YUV140.85100.43110.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=31.27%
G=43.94%
B=24.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163920.2900.440.3699.7227.8450
Hex74A35C1D02C24641c32
Octal16424313435054441443462
Binary1110100101000111011100111010101100100100110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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