#499C3E

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

Shades of Fruit Salad #499C3E

Tints of Fruit Salad #499C3E

Color information

#499C3E (or 0x499C3E) is unknown color: approx Fruit Salad. HEX triplet: 49, 9C and 3E. RGB value is (73,156,62). Sum of RGB (Red+Green+Blue) = 73+156+62=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #499C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C3E is #B663C1. Grayscale: #787878. Windows color (decimal): -11953090 or 4103241. OLE color: 4103241.

HSL color Cylindrical-coordinate representation of color #499C3E: hue angle of 112.98º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #499C3E is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB7315662-
CMYK0.5300.600.39
HSL112.98º43.12%42.75%-
HSV(B)112.98º60.26%61.18%-
XYZ15.5125.548.67-
YUV120.479594.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 156 (61.33% from 255) = 53.61%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=25.09%
G=53.61%
B=21.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73156620.5300.600.39112.9843.1242.75
Hex499C3E3503C27712b2b
Octal1112347665074471615353
Binary10010011001110011111011010101111001001111110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C3E; }

 p { color: rgb(73,156,62); }

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

<style>
 a { background-color: #499C3E; }

 a { background-color: rgb(73,156,62); }

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

<style>
 span { border-color: #499C3E; }

 span { border-color: rgb(73,156,62); }

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