Html Css Color HEX #489250 Fruit Salad

📋 copy color: '#489250'

red 72 ◦ green 146 ◦ blue 80

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

Shades of Fruit Salad #489250

Tints of Fruit Salad #489250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.99%

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

R = 24.16%
G = 48.99%
B = 26.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#489250 (or 0x489250) is known color: Fruit Salad. HEX triplet: 48, 92 and 50. RGB value is (72,146,80). Sum of RGB (Red+Green+Blue) = 72+146+80=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #489250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489250 is #B76DAF. Grayscale: #747474. Windows color (decimal): -12021168 or 5280328. OLE color: 5280328.

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

Color convert

RGB 72 146 80 -
CMYK 0.51 0 0.45 0.43
HSL 126.49º 0.34% 0.43% -
HSV(B) 126.49º 0.51% 0.57% -
XYZ 14.4 22.51 11.18 -
YUV 116.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 72 146 80 0.51 0 0.45 0.43 126.49 0.34 0.43
Hex 48 92 50 33 0 2D 2B 7E 22 2B
Octal 110 222 120 63 0 55 53 176 42 53
Binary 1001000 10010010 1010000 110011 0 101101 101011 1111110 100010 101011

Color Harmonies of #489250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489250

Black with #489250

Text Example


Text Example

White with #489250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489250; }

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

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

background-color css

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

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

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

border-color css

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

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

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