Html Css Color HEX #49A63A Fruit Salad

📋 copy color: '#49A63A'

red 73 ◦ green 166 ◦ blue 58

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

Shades of Fruit Salad #49A63A

Tints of Fruit Salad #49A63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 24.58%
G = 55.89%
B = 19.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#49A63A (or 0x49A63A) is known color: Fruit Salad. HEX triplet: 49, A6 and 3A. RGB value is (73,166,58). Sum of RGB (Red+Green+Blue) = 73+166+58=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #49A63A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A63A is #B659C5. Grayscale: #7E7E7E. Windows color (decimal): -11950534 or 3843657. OLE color: 3843657.

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

Color convert

RGB 73 166 58 -
CMYK 0.56 0 0.65 0.35
HSL 111.67º 0.48% 0.44% -
HSV(B) 111.67º 0.65% 0.65% -
XYZ 17.15 28.99 8.7 -
YUV 125.88 89.69 90.28 -
System Red Green Blue C M Y K H S L
Decimal 73 166 58 0.56 0 0.65 0.35 111.67 0.48 0.44
Hex 49 A6 3A 38 0 41 23 70 30 2C
Octal 111 246 72 70 0 101 43 160 60 54
Binary 1001001 10100110 111010 111000 0 1000001 100011 1110000 110000 101100

Color Harmonies of #49A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A63A

Black with #49A63A

Text Example


Text Example

White with #49A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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