Html Css Color HEX #49A24A Fruit Salad

📋 copy color: '#49A24A'

red 73 ◦ green 162 ◦ blue 74

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

Shades of Fruit Salad #49A24A

Tints of Fruit Salad #49A24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.43%

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 23.62%
G = 52.43%
B = 23.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#49A24A (or 0x49A24A) is known color: Fruit Salad. HEX triplet: 49, A2 and 4A. RGB value is (73,162,74). Sum of RGB (Red+Green+Blue) = 73+162+74=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #49A24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A24A is #B65DB5. Grayscale: #7D7D7D. Windows color (decimal): -11951542 or 4891209. OLE color: 4891209.

HSL color Cylindrical-coordinate representation of color #49A24A: hue angle of 120.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 #49A24A is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 74 -
CMYK 0.55 0 0.54 0.36
HSL 120.67º 0.38% 0.46% -
HSV(B) 120.67º 0.55% 0.64% -
XYZ 16.9 27.75 10.94 -
YUV 125.36 99.01 90.66 -
System Red Green Blue C M Y K H S L
Decimal 73 162 74 0.55 0 0.54 0.36 120.67 0.38 0.46
Hex 49 A2 4A 37 0 36 24 79 26 2E
Octal 111 242 112 67 0 66 44 171 46 56
Binary 1001001 10100010 1001010 110111 0 110110 100100 1111001 100110 101110

Color Harmonies of #49A24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A24A

Black with #49A24A

Text Example


Text Example

White with #49A24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,74); }

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

background-color css

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

 a { background-color: rgb(73,162,74); }

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

border-color css

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

 span { border-color: rgb(73,162,74); }

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