Html Css Color HEX #49A150 Fruit Salad

📋 copy color: '#49A150'

red 73 ◦ green 161 ◦ blue 80

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

Shades of Fruit Salad #49A150

Tints of Fruit Salad #49A150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.27%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 23.25%
G = 51.27%
B = 25.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#49A150 (or 0x49A150) is known color: Fruit Salad. HEX triplet: 49, A1 and 50. RGB value is (73,161,80). Sum of RGB (Red+Green+Blue) = 73+161+80=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #49A150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A150 is #B65EAF. Grayscale: #7D7D7D. Windows color (decimal): -11951792 or 5284169. OLE color: 5284169.

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

Color convert

RGB 73 161 80 -
CMYK 0.55 0 0.50 0.37
HSL 124.77º 0.38% 0.46% -
HSV(B) 124.77º 0.55% 0.63% -
XYZ 16.94 27.49 12 -
YUV 125.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 73 161 80 0.55 0 0.50 0.37 124.77 0.38 0.46
Hex 49 A1 50 37 0 32 25 7D 26 2E
Octal 111 241 120 67 0 62 45 175 46 56
Binary 1001001 10100001 1010000 110111 0 110010 100101 1111101 100110 101110

Color Harmonies of #49A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A150

Black with #49A150

Text Example


Text Example

White with #49A150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,80); }

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

background-color css

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

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

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

border-color css

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

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

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