Html Css Color HEX #49B240 Fruit Salad

📋 copy color: '#49B240'

red 73 ◦ green 178 ◦ blue 64

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

Shades of Fruit Salad #49B240

Tints of Fruit Salad #49B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.51%

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

R = 23.17%
G = 56.51%
B = 20.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#49B240 (or 0x49B240) is known color: Fruit Salad. HEX triplet: 49, B2 and 40. RGB value is (73,178,64). Sum of RGB (Red+Green+Blue) = 73+178+64=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #49B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B240 is #B64DBF. Grayscale: #858585. Windows color (decimal): -11947456 or 4239945. OLE color: 4239945.

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

Color convert

RGB 73 178 64 -
CMYK 0.59 0 0.64 0.30
HSL 115.26º 0.47% 0.47% -
HSV(B) 115.26º 0.64% 0.7% -
XYZ 19.59 33.63 10.31 -
YUV 133.61 88.71 84.77 -
System Red Green Blue C M Y K H S L
Decimal 73 178 64 0.59 0 0.64 0.30 115.26 0.47 0.47
Hex 49 B2 40 3B 0 40 1E 73 2F 2F
Octal 111 262 100 73 0 100 36 163 57 57
Binary 1001001 10110010 1000000 111011 0 1000000 11110 1110011 101111 101111

Color Harmonies of #49B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B240

Black with #49B240

Text Example


Text Example

White with #49B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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