#49AB35

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

Shades of Fruit Salad #49AB35

Tints of Fruit Salad #49AB35

Color information

#49AB35 (or 0x49AB35) is unknown color: approx Fruit Salad. HEX triplet: 49, AB and 35. RGB value is (73,171,53). Sum of RGB (Red+Green+Blue) = 73+171+53=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB35 is #B654CA. Grayscale: #808080. Windows color (decimal): -11949259 or 3517257. OLE color: 3517257.

HSL color Cylindrical-coordinate representation of color #49AB35: hue angle of 109.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AB35 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB7317153-
CMYK0.5700.690.33
HSL109.83º52.68%43.92%-
HSV(B)109.83º69.01%67.06%-
XYZ17.9530.88.37-
YUV128.2585.5388.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=24.58%
G=57.58%
B=17.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73171530.5700.690.33109.8352.6843.92
Hex49AB3539045216e352c
Octal11125365710105411566554
Binary100100110101011110101111001010001011000011101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,171,53); }

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

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

 a { background-color: rgb(73,171,53); }

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

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

 span { border-color: rgb(73,171,53); }

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