Html Css Color HEX #49B047 Fruit Salad

📋 copy color: '#49B047'

red 73 ◦ green 176 ◦ blue 71

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

Shades of Fruit Salad #49B047

Tints of Fruit Salad #49B047

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 22.81%
G = 55%
B = 22.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#49B047 (or 0x49B047) is known color: Fruit Salad. HEX triplet: 49, B0 and 47. RGB value is (73,176,71). Sum of RGB (Red+Green+Blue) = 73+176+71=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #49B047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B047 is #B64FB8. Grayscale: #858585. Windows color (decimal): -11947961 or 4698185. OLE color: 4698185.

HSL color Cylindrical-coordinate representation of color #49B047: hue angle of 118.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B047 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 71 -
CMYK 0.59 0 0.60 0.31
HSL 118.86º 0.43% 0.48% -
HSV(B) 118.86º 0.6% 0.69% -
XYZ 19.41 32.92 11.29 -
YUV 133.23 92.88 85.04 -
System Red Green Blue C M Y K H S L
Decimal 73 176 71 0.59 0 0.60 0.31 118.86 0.43 0.48
Hex 49 B0 47 3B 0 3C 1F 77 2B 30
Octal 111 260 107 73 0 74 37 167 53 60
Binary 1001001 10110000 1000111 111011 0 111100 11111 1110111 101011 110000

Color Harmonies of #49B047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B047

Black with #49B047

Text Example


Text Example

White with #49B047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,176,71); }

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

background-color css

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

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

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

border-color css

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

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

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