#489944

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

Shades of Fruit Salad #489944

Tints of Fruit Salad #489944

Color information

#489944 (or 0x489944) is unknown color: approx Fruit Salad. HEX triplet: 48, 99 and 44. RGB value is (72,153,68). Sum of RGB (Red+Green+Blue) = 72+153+68=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #489944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489944 is #B766BB. Grayscale: #777777. Windows color (decimal): -12019388 or 4495688. OLE color: 4495688.

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

Color convert

RGB7215368-
CMYK0.5300.560.4
HSL117.18º38.46%43.33%-
HSV(B)117.18º55.56%60%-
XYZ15.1124.589.42-
YUV119.0999.1694.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=24.57%
G=52.22%
B=23.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153680.5300.560.4117.1838.4643.33
Hex489944350382875262b
Octal11023110465070501654653
Binary100100010011001100010011010101110001010001110101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489944; }

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

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

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

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

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

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

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

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