#489B3D

Color #489B3D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #489B3D

Tints of Fruit Salad #489B3D

Color information

#489B3D (or 0x489B3D) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 3D. RGB value is (72,155,61). Sum of RGB (Red+Green+Blue) = 72+155+61=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #489B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489B3D is #B764C2. Grayscale: #777777. Windows color (decimal): -12018883 or 4037448. OLE color: 4037448.

HSL color Cylindrical-coordinate representation of color #489B3D: hue angle of 112.98º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #489B3D is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB7215561-
CMYK0.5400.610.39
HSL112.98º43.52%42.35%-
HSV(B)112.98º60.65%60.78%-
XYZ15.2425.168.47-
YUV119.479594.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 155 (60.94% from 255) = 53.82%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=25%
G=53.82%
B=21.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155610.5400.610.39112.9843.5242.35
Hex489B3D3603D27712c2a
Octal1102337566075471615452
Binary10010001001101111110111011001111011001111110001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B3D; }

 p { color: rgb(72,155,61); }

 H1.HeaderClassName
 {
   color: #489B3D;
 }
 .AnyTagClassName
 {
   color: #489B3D;
 }
</style>
background-color css

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

 a { background-color: rgb(72,155,61); }

 div.DivClassName
 {
   background-color: #489B3D;
 }
 .BgClassName
 {
   background-color: #489B3D;
 }
</style>
border-color css

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

 span { border-color: rgb(72,155,61); }

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