#49A74A

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

Shades of Fruit Salad #49A74A

Tints of Fruit Salad #49A74A

Color information

#49A74A (or 0x49A74A) is unknown color: approx Fruit Salad. HEX triplet: 49, A7 and 4A. RGB value is (73,167,74). Sum of RGB (Red+Green+Blue) = 73+167+74=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #49A74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A74A is #B658B5. Grayscale: #808080. Windows color (decimal): -11950262 or 4892489. OLE color: 4892489.

HSL color Cylindrical-coordinate representation of color #49A74A: hue angle of 120.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A74A is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB7316774-
CMYK0.5600.560.35
HSL120.64º39.17%47.06%-
HSV(B)120.64º56.29%65.49%-
XYZ17.829.5511.24-
YUV128.2997.3688.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=23.25%
G=53.18%
B=23.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167740.5600.560.35120.6439.1747.06
Hex49A74A380382379272f
Octal11124711270070431714757
Binary100100110100111100101011100001110001000111111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,74); }

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

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

 a { background-color: rgb(73,167,74); }

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

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

 span { border-color: rgb(73,167,74); }

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