#489B3C

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

Shades of Fruit Salad #489B3C

Tints of Fruit Salad #489B3C

Color information

#489B3C (or 0x489B3C) is unknown color: approx Fruit Salad. HEX triplet: 48, 9B and 3C. RGB value is (72,155,60). Sum of RGB (Red+Green+Blue) = 72+155+60=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #489B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489B3C is #B764C3. Grayscale: #777777. Windows color (decimal): -12018884 or 3971912. OLE color: 3971912.

HSL color Cylindrical-coordinate representation of color #489B3C: hue angle of 112.42º 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 #489B3C is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB7215560-
CMYK0.5400.610.39
HSL112.42º44.19%42.16%-
HSV(B)112.42º61.29%60.78%-
XYZ15.2125.158.33-
YUV119.3594.594.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 155 (60.94% from 255) = 54.01%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=25.09%
G=54.01%
B=20.91%

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
Decimal72155600.5400.610.39112.4244.1942.16
Hex489B3C3603D27702c2a
Octal1102337466075471605452
Binary10010001001101111110011011001111011001111110000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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