#49A74B

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

Shades of Fruit Salad #49A74B

Tints of Fruit Salad #49A74B

Color information

#49A74B (or 0x49A74B) is unknown color: approx Fruit Salad. HEX triplet: 49, A7 and 4B. RGB value is (73,167,75). Sum of RGB (Red+Green+Blue) = 73+167+75=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #49A74B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A74B is #B658B4. Grayscale: #808080. Windows color (decimal): -11950261 or 4958025. OLE color: 4958025.

HSL color Cylindrical-coordinate representation of color #49A74B: hue angle of 121.28º 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 #49A74B is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB7316775-
CMYK0.5600.550.35
HSL121.28º39.17%47.06%-
HSV(B)121.28º56.29%65.49%-
XYZ17.8429.5611.42-
YUV128.4197.8688.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=23.17%
G=53.02%
B=23.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167750.5600.550.35121.2839.1747.06
Hex49A74B380372379272f
Octal11124711370067431714757
Binary100100110100111100101111100001101111000111111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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