Html Css Color HEX #49A349 Fruit Salad

📋 copy color: '#49A349'

red 73 ◦ green 163 ◦ blue 73

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

Shades of Fruit Salad #49A349

Tints of Fruit Salad #49A349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.75%

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 23.62%
G = 52.75%
B = 23.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#49A349 (or 0x49A349) is known color: Fruit Salad. HEX triplet: 49, A3 and 49. RGB value is (73,163,73). Sum of RGB (Red+Green+Blue) = 73+163+73=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #49A349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A349 is #B65CB6. Grayscale: #7E7E7E. Windows color (decimal): -11951287 or 4825929. OLE color: 4825929.

HSL color Cylindrical-coordinate representation of color #49A349: hue angle of 120º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A349 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 163 73 -
CMYK 0.55 0 0.55 0.36
HSL 120º 0.38% 0.46% -
HSV(B) 120º 0.55% 0.64% -
XYZ 17.05 28.09 10.83 -
YUV 125.83 98.18 90.32 -
System Red Green Blue C M Y K H S L
Decimal 73 163 73 0.55 0 0.55 0.36 120 0.38 0.46
Hex 49 A3 49 37 0 37 24 78 26 2E
Octal 111 243 111 67 0 67 44 170 46 56
Binary 1001001 10100011 1001001 110111 0 110111 100100 1111000 100110 101110

Color Harmonies of #49A349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A349

Black with #49A349

Text Example


Text Example

White with #49A349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,73); }

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

background-color css

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

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

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

border-color css

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

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

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