Html Css Color HEX #74A252 Asparagus

📋 copy color: '#74A252'

red 116 ◦ green 162 ◦ blue 82

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

Shades of Asparagus #74A252

Tints of Asparagus #74A252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 32.22%
G = 45%
B = 22.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#74A252 (or 0x74A252) is known color: Asparagus. HEX triplet: 74, A2 and 52. RGB value is (116,162,82). Sum of RGB (Red+Green+Blue) = 116+162+82=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #74A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A252 is #8B5DAD. Grayscale: #8B8B8B. Windows color (decimal): -9133486 or 5415540. OLE color: 5415540.

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

Color convert

RGB 116 162 82 -
CMYK 0.28 0 0.49 0.36
HSL 94.5º 0.33% 0.48% -
HSV(B) 94.5º 0.49% 0.64% -
XYZ 21.65 30.16 12.66 -
YUV 139.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 116 162 82 0.28 0 0.49 0.36 94.5 0.33 0.48
Hex 74 A2 52 1C 0 31 24 5E 21 30
Octal 164 242 122 34 0 61 44 136 41 60
Binary 1110100 10100010 1010010 11100 0 110001 100100 1011110 100001 110000

Color Harmonies of #74A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A252

Black with #74A252

Text Example


Text Example

White with #74A252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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