Html Css Color HEX #49A63E Fruit Salad

📋 copy color: '#49A63E'

red 73 ◦ green 166 ◦ blue 62

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

Shades of Fruit Salad #49A63E

Tints of Fruit Salad #49A63E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.15%

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

R = 24.25%
G = 55.15%
B = 20.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#49A63E (or 0x49A63E) is known color: Fruit Salad. HEX triplet: 49, A6 and 3E. RGB value is (73,166,62). Sum of RGB (Red+Green+Blue) = 73+166+62=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #49A63E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A63E is #B659C1. Grayscale: #7E7E7E. Windows color (decimal): -11950530 or 4105801. OLE color: 4105801.

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

Color convert

RGB 73 166 62 -
CMYK 0.56 0 0.63 0.35
HSL 113.65º 0.46% 0.45% -
HSV(B) 113.65º 0.63% 0.65% -
XYZ 17.25 29.04 9.25 -
YUV 126.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 73 166 62 0.56 0 0.63 0.35 113.65 0.46 0.45
Hex 49 A6 3E 38 0 3F 23 72 2E 2D
Octal 111 246 76 70 0 77 43 162 56 55
Binary 1001001 10100110 111110 111000 0 111111 100011 1110010 101110 101101

Color Harmonies of #49A63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A63E

Black with #49A63E

Text Example


Text Example

White with #49A63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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