Html Css Color HEX #489149 Fruit Salad

📋 copy color: '#489149'

red 72 ◦ green 145 ◦ blue 73

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

Shades of Fruit Salad #489149

Tints of Fruit Salad #489149

RGB

 RED value IS 72 (28.52% from 255) = 24.83%

 GREEN value IS 145 (57.03% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 24.83%
G = 50%
B = 25.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#489149 (or 0x489149) is known color: Fruit Salad. HEX triplet: 48, 91 and 49. RGB value is (72,145,73). Sum of RGB (Red+Green+Blue) = 72+145+73=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #489149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489149 is #B76EB6. Grayscale: #737373. Windows color (decimal): -12021431 or 4821320. OLE color: 4821320.

HSL color Cylindrical-coordinate representation of color #489149: hue angle of 120.82º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489149 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 73 -
CMYK 0.50 0 0.50 0.43
HSL 120.82º 0.34% 0.43% -
HSV(B) 120.82º 0.5% 0.57% -
XYZ 14 22.11 9.83 -
YUV 114.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 72 145 73 0.50 0 0.50 0.43 120.82 0.34 0.43
Hex 48 91 49 32 0 32 2B 79 22 2B
Octal 110 221 111 62 0 62 53 171 42 53
Binary 1001000 10010001 1001001 110010 0 110010 101011 1111001 100010 101011

Color Harmonies of #489149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489149

Black with #489149

Text Example


Text Example

White with #489149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489149; }

 p { color: rgb(72,145,73); }

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

background-color css

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

 a { background-color: rgb(72,145,73); }

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

border-color css

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

 span { border-color: rgb(72,145,73); }

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