Html Css Color HEX #49B141 Fruit Salad

📋 copy color: '#49B141'

red 73 ◦ green 177 ◦ blue 65

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

Shades of Fruit Salad #49B141

Tints of Fruit Salad #49B141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.19%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 23.17%
G = 56.19%
B = 20.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#49B141 (or 0x49B141) is known color: Fruit Salad. HEX triplet: 49, B1 and 41. RGB value is (73,177,65). Sum of RGB (Red+Green+Blue) = 73+177+65=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #49B141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B141 is #B64EBE. Grayscale: #858585. Windows color (decimal): -11947711 or 4305225. OLE color: 4305225.

HSL color Cylindrical-coordinate representation of color #49B141: hue angle of 115.71º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B141 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 177 65 -
CMYK 0.59 0 0.63 0.31
HSL 115.71º 0.46% 0.47% -
HSV(B) 115.71º 0.63% 0.69% -
XYZ 19.42 33.24 10.39 -
YUV 133.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 73 177 65 0.59 0 0.63 0.31 115.71 0.46 0.47
Hex 49 B1 41 3B 0 3F 1F 74 2E 2F
Octal 111 261 101 73 0 77 37 164 56 57
Binary 1001001 10110001 1000001 111011 0 111111 11111 1110100 101110 101111

Color Harmonies of #49B141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B141

Black with #49B141

Text Example


Text Example

White with #49B141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,177,65); }

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

background-color css

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

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

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

border-color css

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

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

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