#49B03B

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

Shades of Fruit Salad #49B03B

Tints of Fruit Salad #49B03B

Color information

#49B03B (or 0x49B03B) is unknown color: approx Fruit Salad. HEX triplet: 49, B0 and 3B. RGB value is (73,176,59). Sum of RGB (Red+Green+Blue) = 73+176+59=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #49B03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B03B is #B64FC4. Grayscale: #848484. Windows color (decimal): -11947973 or 3911753. OLE color: 3911753.

HSL color Cylindrical-coordinate representation of color #49B03B: hue angle of 112.82º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49B03B is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB7317659-
CMYK0.5900.660.31
HSL112.82º49.79%46.08%-
HSV(B)112.82º66.48%69.02%-
XYZ19.0632.789.46-
YUV131.8686.8886.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 176 (69.14% from 255) = 57.14%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=23.70%
G=57.14%
B=19.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73176590.5900.660.31112.8249.7946.08
Hex49B03B3B0421F71322e
Octal11126073730102371616256
Binary10010011011000011101111101101000010111111110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B03B; }

 p { color: rgb(73,176,59); }

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

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

 a { background-color: rgb(73,176,59); }

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

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

 span { border-color: rgb(73,176,59); }

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