Html Css Color HEX #49C352 Fruit Salad

📋 copy color: '#49C352'

red 73 ◦ green 195 ◦ blue 82

#49C352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #49C352

Tints of Fruit Salad #49C352

RGB

 RED value IS 73 (28.91% from 255) = 20.86%

 GREEN value IS 195 (76.56% from 255) = 55.71%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 20.86%
G = 55.71%
B = 23.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#49C352 (or 0x49C352) is known color: Fruit Salad. HEX triplet: 49, C3 and 52. RGB value is (73,195,82). Sum of RGB (Red+Green+Blue) = 73+195+82=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #49C352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C352 is #B63CAD. Grayscale: #919191. Windows color (decimal): -11943086 or 5423945. OLE color: 5423945.

HSL color Cylindrical-coordinate representation of color #49C352: hue angle of 124.43º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C352 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 82 -
CMYK 0.63 0 0.58 0.24
HSL 124.43º 0.5% 0.53% -
HSV(B) 124.43º 0.63% 0.76% -
XYZ 23.79 41.06 14.65 -
YUV 145.64 92.08 76.19 -
System Red Green Blue C M Y K H S L
Decimal 73 195 82 0.63 0 0.58 0.24 124.43 0.5 0.53
Hex 49 C3 52 3F 0 3A 18 7C 32 35
Octal 111 303 122 77 0 72 30 174 62 65
Binary 1001001 11000011 1010010 111111 0 111010 11000 1111100 110010 110101

Color Harmonies of #49C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C352

Black with #49C352

Text Example


Text Example

White with #49C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49C352;
 }
 .AnyTagClassName
 {
   color: #49C352;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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