Html Css Color HEX #49A139 Fruit Salad

📋 copy color: '#49A139'

red 73 ◦ green 161 ◦ blue 57

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

Shades of Fruit Salad #49A139

Tints of Fruit Salad #49A139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 25.09%
G = 55.33%
B = 19.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#49A139 (or 0x49A139) is known color: Fruit Salad. HEX triplet: 49, A1 and 39. RGB value is (73,161,57). Sum of RGB (Red+Green+Blue) = 73+161+57=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 161 (63.28% from 255 or 55.33% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 161 - color contains mainly: green. Hex color #49A139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A139 is #B65EC6. Grayscale: #7B7B7B. Windows color (decimal): -11951815 or 3776841. OLE color: 3776841.

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

Color convert

RGB 73 161 57 -
CMYK 0.55 0 0.65 0.37
HSL 110.77º 0.48% 0.43% -
HSV(B) 110.77º 0.65% 0.63% -
XYZ 16.23 27.2 8.27 -
YUV 122.83 90.85 92.46 -
System Red Green Blue C M Y K H S L
Decimal 73 161 57 0.55 0 0.65 0.37 110.77 0.48 0.43
Hex 49 A1 39 37 0 41 25 6F 30 2B
Octal 111 241 71 67 0 101 45 157 60 53
Binary 1001001 10100001 111001 110111 0 1000001 100101 1101111 110000 101011

Color Harmonies of #49A139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A139

Black with #49A139

Text Example


Text Example

White with #49A139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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