#499852

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

Shades of Fruit Salad #499852

Tints of Fruit Salad #499852

Color information

#499852 (or 0x499852) is unknown color: approx Fruit Salad. HEX triplet: 49, 98 and 52. RGB value is (73,152,82). Sum of RGB (Red+Green+Blue) = 73+152+82=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #499852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499852 is #B667AD. Grayscale: #787878. Windows color (decimal): -11954094 or 5412937. OLE color: 5412937.

HSL color Cylindrical-coordinate representation of color #499852: hue angle of 126.84º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499852 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB7315282-
CMYK0.5200.460.40
HSL126.84º35.11%44.12%-
HSV(B)126.84º51.97%59.61%-
XYZ15.524.4811.89-
YUV120.4106.3394.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=23.78%
G=49.51%
B=26.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152820.5200.460.40126.8435.1144.12
Hex4998523402E287f232c
Octal11123012264056501774354
Binary100100110011000101001011010001011101010001111111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499852; }

 p { color: rgb(73,152,82); }

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

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

 a { background-color: rgb(73,152,82); }

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

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

 span { border-color: rgb(73,152,82); }

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