Html Css Color HEX #49A34D Fruit Salad

📋 copy color: '#49A34D'

red 73 ◦ green 163 ◦ blue 77

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

Shades of Fruit Salad #49A34D

Tints of Fruit Salad #49A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.08%

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 23.32%
G = 52.08%
B = 24.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#49A34D (or 0x49A34D) is known color: Fruit Salad. HEX triplet: 49, A3 and 4D. RGB value is (73,163,77). Sum of RGB (Red+Green+Blue) = 73+163+77=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #49A34D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A34D is #B65CB2. Grayscale: #7E7E7E. Windows color (decimal): -11951283 or 5088073. OLE color: 5088073.

HSL color Cylindrical-coordinate representation of color #49A34D: hue angle of 122.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A34D is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 163 77 -
CMYK 0.55 0 0.53 0.36
HSL 122.67º 0.38% 0.46% -
HSV(B) 122.67º 0.55% 0.64% -
XYZ 17.18 28.15 11.55 -
YUV 126.29 100.18 89.99 -
System Red Green Blue C M Y K H S L
Decimal 73 163 77 0.55 0 0.53 0.36 122.67 0.38 0.46
Hex 49 A3 4D 37 0 35 24 7B 26 2E
Octal 111 243 115 67 0 65 44 173 46 56
Binary 1001001 10100011 1001101 110111 0 110101 100100 1111011 100110 101110

Color Harmonies of #49A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A34D

Black with #49A34D

Text Example


Text Example

White with #49A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,77); }

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

background-color css

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

 a { background-color: rgb(73,163,77); }

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

border-color css

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

 span { border-color: rgb(73,163,77); }

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