Html Css Color HEX #49AE41 Fruit Salad

📋 copy color: '#49AE41'

red 73 ◦ green 174 ◦ blue 65

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

Shades of Fruit Salad #49AE41

Tints of Fruit Salad #49AE41

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.77%

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

R = 23.4%
G = 55.77%
B = 20.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#49AE41 (or 0x49AE41) is known color: Fruit Salad. HEX triplet: 49, AE and 41. RGB value is (73,174,65). Sum of RGB (Red+Green+Blue) = 73+174+65=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AE41 is #B651BE. Grayscale: #838383. Windows color (decimal): -11948479 or 4304457. OLE color: 4304457.

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

Color convert

RGB 73 174 65 -
CMYK 0.58 0 0.63 0.32
HSL 115.6º 0.46% 0.47% -
HSV(B) 115.6º 0.63% 0.68% -
XYZ 18.84 32.07 10.2 -
YUV 131.38 90.54 86.36 -
System Red Green Blue C M Y K H S L
Decimal 73 174 65 0.58 0 0.63 0.32 115.6 0.46 0.47
Hex 49 AE 41 3A 0 3F 20 74 2E 2F
Octal 111 256 101 72 0 77 40 164 56 57
Binary 1001001 10101110 1000001 111010 0 111111 100000 1110100 101110 101111

Color Harmonies of #49AE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE41

Black with #49AE41

Text Example


Text Example

White with #49AE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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