Html Css Color HEX #49B140 Fruit Salad

📋 copy color: '#49B140'

red 73 ◦ green 177 ◦ blue 64

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

Shades of Fruit Salad #49B140

Tints of Fruit Salad #49B140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 23.25%
G = 56.37%
B = 20.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#49B140 (or 0x49B140) is known color: Fruit Salad. HEX triplet: 49, B1 and 40. RGB value is (73,177,64). Sum of RGB (Red+Green+Blue) = 73+177+64=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #49B140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B140 is #B64EBF. Grayscale: #858585. Windows color (decimal): -11947712 or 4239689. OLE color: 4239689.

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

Color convert

RGB 73 177 64 -
CMYK 0.59 0 0.64 0.31
HSL 115.22º 0.47% 0.47% -
HSV(B) 115.22º 0.64% 0.69% -
XYZ 19.4 33.23 10.24 -
YUV 133.02 89.04 85.19 -
System Red Green Blue C M Y K H S L
Decimal 73 177 64 0.59 0 0.64 0.31 115.22 0.47 0.47
Hex 49 B1 40 3B 0 40 1F 73 2F 2F
Octal 111 261 100 73 0 100 37 163 57 57
Binary 1001001 10110001 1000000 111011 0 1000000 11111 1110011 101111 101111

Color Harmonies of #49B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B140

Black with #49B140

Text Example


Text Example

White with #49B140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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