Html Css Color HEX #49C052 Fruit Salad

📋 copy color: '#49C052'

red 73 ◦ green 192 ◦ blue 82

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

Shades of Fruit Salad #49C052

Tints of Fruit Salad #49C052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

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

R = 21.04%
G = 55.33%
B = 23.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#49C052 (or 0x49C052) is known color: Fruit Salad. HEX triplet: 49, C0 and 52. RGB value is (73,192,82). Sum of RGB (Red+Green+Blue) = 73+192+82=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #49C052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C052 is #B63FAD. Grayscale: #909090. Windows color (decimal): -11943854 or 5423177. OLE color: 5423177.

HSL color Cylindrical-coordinate representation of color #49C052: hue angle of 124.54º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C052 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 82 -
CMYK 0.62 0 0.57 0.25
HSL 124.54º 0.49% 0.52% -
HSV(B) 124.54º 0.62% 0.75% -
XYZ 23.12 39.72 14.43 -
YUV 143.88 93.08 77.44 -
System Red Green Blue C M Y K H S L
Decimal 73 192 82 0.62 0 0.57 0.25 124.54 0.49 0.52
Hex 49 C0 52 3E 0 39 19 7D 31 34
Octal 111 300 122 76 0 71 31 175 61 64
Binary 1001001 11000000 1010010 111110 0 111001 11001 1111101 110001 110100

Color Harmonies of #49C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C052

Black with #49C052

Text Example


Text Example

White with #49C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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