Html Css Color HEX #489150 Fruit Salad

📋 copy color: '#489150'

red 72 ◦ green 145 ◦ blue 80

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

Shades of Fruit Salad #489150

Tints of Fruit Salad #489150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 24.24%
G = 48.82%
B = 26.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#489150 (or 0x489150) is known color: Fruit Salad. HEX triplet: 48, 91 and 50. RGB value is (72,145,80). Sum of RGB (Red+Green+Blue) = 72+145+80=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #489150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489150 is #B76EAF. Grayscale: #737373. Windows color (decimal): -12021424 or 5280072. OLE color: 5280072.

HSL color Cylindrical-coordinate representation of color #489150: hue angle of 126.58º 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 #489150 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 80 -
CMYK 0.50 0 0.45 0.43
HSL 126.58º 0.34% 0.43% -
HSV(B) 126.58º 0.5% 0.57% -
XYZ 14.25 22.21 11.13 -
YUV 115.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 72 145 80 0.50 0 0.45 0.43 126.58 0.34 0.43
Hex 48 91 50 32 0 2D 2B 7F 22 2B
Octal 110 221 120 62 0 55 53 177 42 53
Binary 1001000 10010001 1010000 110010 0 101101 101011 1111111 100010 101011

Color Harmonies of #489150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489150

Black with #489150

Text Example


Text Example

White with #489150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489150; }

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

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

background-color css

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

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

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

border-color css

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

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

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