Html Css Color HEX #49AF40 Fruit Salad

📋 copy color: '#49AF40'

red 73 ◦ green 175 ◦ blue 64

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

Shades of Fruit Salad #49AF40

Tints of Fruit Salad #49AF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.09%

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

R = 23.4%
G = 56.09%
B = 20.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#49AF40 (or 0x49AF40) is known color: Fruit Salad. HEX triplet: 49, AF and 40. RGB value is (73,175,64). Sum of RGB (Red+Green+Blue) = 73+175+64=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF40 is #B650BF. Grayscale: #848484. Windows color (decimal): -11948224 or 4239177. OLE color: 4239177.

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

Color convert

RGB 73 175 64 -
CMYK 0.58 0 0.63 0.31
HSL 115.14º 0.46% 0.47% -
HSV(B) 115.14º 0.63% 0.69% -
XYZ 19 32.45 10.11 -
YUV 131.85 89.71 86.03 -
System Red Green Blue C M Y K H S L
Decimal 73 175 64 0.58 0 0.63 0.31 115.14 0.46 0.47
Hex 49 AF 40 3A 0 3F 1F 73 2E 2F
Octal 111 257 100 72 0 77 37 163 56 57
Binary 1001001 10101111 1000000 111010 0 111111 11111 1110011 101110 101111

Color Harmonies of #49AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF40

Black with #49AF40

Text Example


Text Example

White with #49AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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