Html Css Color HEX #749F52 Asparagus

📋 copy color: '#749F52'

red 116 ◦ green 159 ◦ blue 82

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

Shades of Asparagus #749F52

Tints of Asparagus #749F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.54%

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

R = 32.49%
G = 44.54%
B = 22.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#749F52 (or 0x749F52) is known color: Asparagus. HEX triplet: 74, 9F and 52. RGB value is (116,159,82). Sum of RGB (Red+Green+Blue) = 116+159+82=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #749F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F52 is #8B60AD. Grayscale: #898989. Windows color (decimal): -9134254 or 5414772. OLE color: 5414772.

HSL color Cylindrical-coordinate representation of color #749F52: hue angle of 93.51º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749F52 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 82 -
CMYK 0.27 0 0.48 0.38
HSL 93.51º 0.32% 0.47% -
HSV(B) 93.51º 0.48% 0.62% -
XYZ 21.12 29.12 12.49 -
YUV 137.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 116 159 82 0.27 0 0.48 0.38 93.51 0.32 0.47
Hex 74 9F 52 1B 0 30 26 5E 20 2F
Octal 164 237 122 33 0 60 46 136 40 57
Binary 1110100 10011111 1010010 11011 0 110000 100110 1011110 100000 101111

Color Harmonies of #749F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F52

Black with #749F52

Text Example


Text Example

White with #749F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749F52; }

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

 H1.HeaderClassName
 {
   color: #749F52;
 }
 .AnyTagClassName
 {
   color: #749F52;
 }
</style>

background-color css

<style>
 a { background-color: #749F52; }

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

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

border-color css

<style>
 span { border-color: #749F52; }

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

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