#489947

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

Shades of Fruit Salad #489947

Tints of Fruit Salad #489947

Color information

#489947 (or 0x489947) is unknown color: approx Fruit Salad. HEX triplet: 48, 99 and 47. RGB value is (72,153,71). Sum of RGB (Red+Green+Blue) = 72+153+71=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #489947 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489947 is #B766B8. Grayscale: #777777. Windows color (decimal): -12019385 or 4692296. OLE color: 4692296.

HSL color Cylindrical-coordinate representation of color #489947: hue angle of 119.27º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489947 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB7215371-
CMYK0.5300.540.4
HSL119.27º36.61%43.92%-
HSV(B)119.27º53.59%60%-
XYZ15.224.629.91-
YUV119.43100.6694.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=24.32%
G=51.69%
B=23.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153710.5300.540.4119.2736.6143.92
Hex489947350362877252c
Octal11023110765066501674554
Binary100100010011001100011111010101101101010001110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489947; }

 p { color: rgb(72,153,71); }

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

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

 a { background-color: rgb(72,153,71); }

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

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

 span { border-color: rgb(72,153,71); }

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