#49B652

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

Shades of Fruit Salad #49B652

Tints of Fruit Salad #49B652

Color information

#49B652 (or 0x49B652) is unknown color: approx Fruit Salad. HEX triplet: 49, B6 and 52. RGB value is (73,182,82). Sum of RGB (Red+Green+Blue) = 73+182+82=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #49B652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B652 is #B649AD. Grayscale: #8A8A8A. Windows color (decimal): -11946414 or 5420617. OLE color: 5420617.

HSL color Cylindrical-coordinate representation of color #49B652: hue angle of 124.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B652 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB7318282-
CMYK0.6000.550.29
HSL124.95º42.75%50%-
HSV(B)124.95º59.89%71.37%-
XYZ2135.4813.72-
YUV138.0196.3981.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 182 (71.48% from 255) = 54.01%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=21.66%
G=54.01%
B=24.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73182820.6000.550.29124.9542.7550
Hex49B6523C0371D7d2b32
Octal11126612274067351755362
Binary10010011011011010100101111000110111111011111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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