Html Css Color HEX #49A83E Fruit Salad

📋 copy color: '#49A83E'

red 73 ◦ green 168 ◦ blue 62

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

Shades of Fruit Salad #49A83E

Tints of Fruit Salad #49A83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.45%

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 24.09%
G = 55.45%
B = 20.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#49A83E (or 0x49A83E) is known color: Fruit Salad. HEX triplet: 49, A8 and 3E. RGB value is (73,168,62). Sum of RGB (Red+Green+Blue) = 73+168+62=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #49A83E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A83E is #B657C1. Grayscale: #7F7F7F. Windows color (decimal): -11950018 or 4106313. OLE color: 4106313.

HSL color Cylindrical-coordinate representation of color #49A83E: hue angle of 113.77º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A83E is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 168 62 -
CMYK 0.57 0 0.63 0.34
HSL 113.77º 0.46% 0.45% -
HSV(B) 113.77º 0.63% 0.66% -
XYZ 17.62 29.77 9.37 -
YUV 127.51 91.03 89.12 -
System Red Green Blue C M Y K H S L
Decimal 73 168 62 0.57 0 0.63 0.34 113.77 0.46 0.45
Hex 49 A8 3E 39 0 3F 22 72 2E 2D
Octal 111 250 76 71 0 77 42 162 56 55
Binary 1001001 10101000 111110 111001 0 111111 100010 1110010 101110 101101

Color Harmonies of #49A83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A83E

Black with #49A83E

Text Example


Text Example

White with #49A83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,168,62); }

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

background-color css

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

 a { background-color: rgb(73,168,62); }

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

border-color css

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

 span { border-color: rgb(73,168,62); }

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