Html Css Color HEX #74A547 Asparagus

📋 copy color: '#74A547'

red 116 ◦ green 165 ◦ blue 71

#74A547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #74A547

Tints of Asparagus #74A547

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 32.95%
G = 46.88%
B = 20.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#74A547 (or 0x74A547) is known color: Asparagus. HEX triplet: 74, A5 and 47. RGB value is (116,165,71). Sum of RGB (Red+Green+Blue) = 116+165+71=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #74A547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A547 is #8B5AB8. Grayscale: #8B8B8B. Windows color (decimal): -9132729 or 4695412. OLE color: 4695412.

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

Color convert

RGB 116 165 71 -
CMYK 0.30 0 0.57 0.35
HSL 91.28º 0.4% 0.46% -
HSV(B) 91.28º 0.57% 0.65% -
XYZ 21.79 31.08 10.81 -
YUV 139.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 116 165 71 0.30 0 0.57 0.35 91.28 0.4 0.46
Hex 74 A5 47 1E 0 39 23 5B 28 2E
Octal 164 245 107 36 0 71 43 133 50 56
Binary 1110100 10100101 1000111 11110 0 111001 100011 1011011 101000 101110

Color Harmonies of #74A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A547

Black with #74A547

Text Example


Text Example

White with #74A547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74A547;
 }
 .AnyTagClassName
 {
   color: #74A547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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