Html Css Color HEX #498D52 Fruit Salad

📋 copy color: '#498D52'

red 73 ◦ green 141 ◦ blue 82

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

Shades of Fruit Salad #498D52

Tints of Fruit Salad #498D52

RGB

 RED value IS 73 (28.91% from 255) = 24.66%

 GREEN value IS 141 (55.47% from 255) = 47.64%

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

R = 24.66%
G = 47.64%
B = 27.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#498D52 (or 0x498D52) is known color: Fruit Salad. HEX triplet: 49, 8D and 52. RGB value is (73,141,82). Sum of RGB (Red+Green+Blue) = 73+141+82=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #498D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D52 is #B672AD. Grayscale: #727272. Windows color (decimal): -11956910 or 5410121. OLE color: 5410121.

HSL color Cylindrical-coordinate representation of color #498D52: hue angle of 127.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D52 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 141 82 -
CMYK 0.48 0 0.42 0.45
HSL 127.94º 0.32% 0.42% -
HSV(B) 127.94º 0.48% 0.55% -
XYZ 13.8 21.08 11.32 -
YUV 113.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 73 141 82 0.48 0 0.42 0.45 127.94 0.32 0.42
Hex 49 8D 52 30 0 2A 2D 80 20 2A
Octal 111 215 122 60 0 52 55 200 40 52
Binary 1001001 10001101 1010010 110000 0 101010 101101 10000000 100000 101010

Color Harmonies of #498D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D52

Black with #498D52

Text Example


Text Example

White with #498D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498D52; }

 p { color: rgb(73,141,82); }

 H1.HeaderClassName
 {
   color: #498D52;
 }
 .AnyTagClassName
 {
   color: #498D52;
 }
</style>

background-color css

<style>
 a { background-color: #498D52; }

 a { background-color: rgb(73,141,82); }

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

border-color css

<style>
 span { border-color: #498D52; }

 span { border-color: rgb(73,141,82); }

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