Html Css Color HEX #49B040 Fruit Salad

📋 copy color: '#49B040'

red 73 ◦ green 176 ◦ blue 64

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

Shades of Fruit Salad #49B040

Tints of Fruit Salad #49B040

RGB

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

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

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

R = 23.32%
G = 56.23%
B = 20.45%

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

#49B040 (or 0x49B040) is known color: Fruit Salad. HEX triplet: 49, B0 and 40. RGB value is (73,176,64). Sum of RGB (Red+Green+Blue) = 73+176+64=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #49B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B040 is #B64FBF. Grayscale: #848484. Windows color (decimal): -11947968 or 4239433. OLE color: 4239433.

HSL color Cylindrical-coordinate representation of color #49B040: hue angle of 115.18º 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 #49B040 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 64 -
CMYK 0.59 0 0.64 0.31
HSL 115.18º 0.47% 0.47% -
HSV(B) 115.18º 0.64% 0.69% -
XYZ 19.2 32.84 10.18 -
YUV 132.44 89.38 85.61 -
System Red Green Blue C M Y K H S L
Decimal 73 176 64 0.59 0 0.64 0.31 115.18 0.47 0.47
Hex 49 B0 40 3B 0 40 1F 73 2F 2F
Octal 111 260 100 73 0 100 37 163 57 57
Binary 1001001 10110000 1000000 111011 0 1000000 11111 1110011 101111 101111

Color Harmonies of #49B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B040

Black with #49B040

Text Example


Text Example

White with #49B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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