#489742

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

Shades of Fruit Salad #489742

Tints of Fruit Salad #489742

Color information

#489742 (or 0x489742) is unknown color: approx Fruit Salad. HEX triplet: 48, 97 and 42. RGB value is (72,151,66). Sum of RGB (Red+Green+Blue) = 72+151+66=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #489742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489742 is #B768BD. Grayscale: #757575. Windows color (decimal): -12019902 or 4364104. OLE color: 4364104.

HSL color Cylindrical-coordinate representation of color #489742: hue angle of 115.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489742 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB7215166-
CMYK0.5200.560.41
HSL115.76º39.17%42.55%-
HSV(B)115.76º56.29%59.22%-
XYZ14.7223.98.99-
YUV117.6998.8395.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 151 (59.38% from 255) = 52.25%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=24.91%
G=52.25%
B=22.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151660.5200.560.41115.7639.1742.55
Hex489742340382974272b
Octal11022710264070511644753
Binary100100010010111100001011010001110001010011110100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489742; }

 p { color: rgb(72,151,66); }

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

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

 a { background-color: rgb(72,151,66); }

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

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

 span { border-color: rgb(72,151,66); }

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