Html Css Color HEX #74A448 Asparagus

📋 copy color: '#74A448'

red 116 ◦ green 164 ◦ blue 72

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

Shades of Asparagus #74A448

Tints of Asparagus #74A448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 32.95%
G = 46.59%
B = 20.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#74A448 (or 0x74A448) is known color: Asparagus. HEX triplet: 74, A4 and 48. RGB value is (116,164,72). Sum of RGB (Red+Green+Blue) = 116+164+72=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #74A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A448 is #8B5BB7. Grayscale: #8B8B8B. Windows color (decimal): -9132984 or 4760692. OLE color: 4760692.

HSL color Cylindrical-coordinate representation of color #74A448: hue angle of 91.3º 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 #74A448 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 164 72 -
CMYK 0.29 0 0.56 0.36
HSL 91.3º 0.39% 0.46% -
HSV(B) 91.3º 0.56% 0.64% -
XYZ 21.65 30.73 10.92 -
YUV 139.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 116 164 72 0.29 0 0.56 0.36 91.3 0.39 0.46
Hex 74 A4 48 1D 0 38 24 5B 27 2E
Octal 164 244 110 35 0 70 44 133 47 56
Binary 1110100 10100100 1001000 11101 0 111000 100100 1011011 100111 101110

Color Harmonies of #74A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A448

Black with #74A448

Text Example


Text Example

White with #74A448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,164,72); }

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

background-color css

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

 a { background-color: rgb(116,164,72); }

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

border-color css

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

 span { border-color: rgb(116,164,72); }

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