#49CA52

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

Shades of Fruit Salad #49CA52

Tints of Fruit Salad #49CA52

Color information

#49CA52 (or 0x49CA52) is unknown color: approx Fruit Salad. HEX triplet: 49, CA and 52. RGB value is (73,202,82). Sum of RGB (Red+Green+Blue) = 73+202+82=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA52 is #B635AD. Grayscale: #969696. Windows color (decimal): -11941294 or 5425737. OLE color: 5425737.

HSL color Cylindrical-coordinate representation of color #49CA52: hue angle of 124.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA52 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB7320282-
CMYK0.6400.590.21
HSL124.19º54.89%53.92%-
HSV(B)124.19º63.86%79.22%-
XYZ25.3944.2715.19-
YUV149.7589.7673.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 202 (79.30% from 255) = 56.58%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=20.45%
G=56.58%
B=22.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73202820.6400.590.21124.1954.8953.92
Hex49CA524003B157c3736
Octal111312122100073251746766
Binary100100111001010101001010000000111011101011111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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