Html Css Color HEX #49AB47 Fruit Salad

📋 copy color: '#49AB47'

red 73 ◦ green 171 ◦ blue 71

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

Shades of Fruit Salad #49AB47

Tints of Fruit Salad #49AB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.29%

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

R = 23.17%
G = 54.29%
B = 22.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#49AB47 (or 0x49AB47) is known color: Fruit Salad. HEX triplet: 49, AB and 47. RGB value is (73,171,71). Sum of RGB (Red+Green+Blue) = 73+171+71=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB47 is #B654B8. Grayscale: #828282. Windows color (decimal): -11949241 or 4696905. OLE color: 4696905.

HSL color Cylindrical-coordinate representation of color #49AB47: hue angle of 118.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AB47 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 171 71 -
CMYK 0.57 0 0.58 0.33
HSL 118.8º 0.41% 0.47% -
HSV(B) 118.8º 0.58% 0.67% -
XYZ 18.45 31 10.97 -
YUV 130.3 94.53 87.13 -
System Red Green Blue C M Y K H S L
Decimal 73 171 71 0.57 0 0.58 0.33 118.8 0.41 0.47
Hex 49 AB 47 39 0 3A 21 77 29 2F
Octal 111 253 107 71 0 72 41 167 51 57
Binary 1001001 10101011 1000111 111001 0 111010 100001 1110111 101001 101111

Color Harmonies of #49AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AB47

Black with #49AB47

Text Example


Text Example

White with #49AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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