#74AC52

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

Shades of Asparagus #74AC52

Tints of Asparagus #74AC52

Color information

#74AC52 (or 0x74AC52) is unknown color: approx Asparagus. HEX triplet: 74, AC and 52. RGB value is (116,172,82). Sum of RGB (Red+Green+Blue) = 116+172+82=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC52 is #8B53AD. Grayscale: #919191. Windows color (decimal): -9130926 or 5418100. OLE color: 5418100.

HSL color Cylindrical-coordinate representation of color #74AC52: hue angle of 97.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74AC52 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB11617282-
CMYK0.3300.520.33
HSL97.33º35.43%49.8%-
HSV(B)97.33º52.33%67.45%-
XYZ23.4833.8313.27-
YUV14592.45107.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=31.35%
G=46.49%
B=22.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116172820.3300.520.3397.3335.4349.8
Hex74AC522103421612332
Octal16425412241064411414362
Binary111010010101100101001010000101101001000011100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,82); }

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

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

 a { background-color: rgb(116,172,82); }

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

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

 span { border-color: rgb(116,172,82); }

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