#49A245

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

Shades of Fruit Salad #49A245

Tints of Fruit Salad #49A245

Color information

#49A245 (or 0x49A245) is unknown color: approx Fruit Salad. HEX triplet: 49, A2 and 45. RGB value is (73,162,69). Sum of RGB (Red+Green+Blue) = 73+162+69=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #49A245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A245 is #B65DBA. Grayscale: #7D7D7D. Windows color (decimal): -11951547 or 4563529. OLE color: 4563529.

HSL color Cylindrical-coordinate representation of color #49A245: hue angle of 117.42º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A245 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB7316269-
CMYK0.5500.570.36
HSL117.42º40.26%45.29%-
HSV(B)117.42º57.41%63.53%-
XYZ16.7427.6910.09-
YUV124.7996.5191.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=24.01%
G=53.29%
B=22.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73162690.5500.570.36117.4240.2645.29
Hex49A245370392475282d
Octal11124210567071441655055
Binary100100110100010100010111011101110011001001110101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,69); }

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

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

 a { background-color: rgb(73,162,69); }

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

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

 span { border-color: rgb(73,162,69); }

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