Html Css Color HEX #49A23F Fruit Salad

📋 copy color: '#49A23F'

red 73 ◦ green 162 ◦ blue 63

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

Shades of Fruit Salad #49A23F

Tints of Fruit Salad #49A23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 24.5%
G = 54.36%
B = 21.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#49A23F (or 0x49A23F) is known color: Fruit Salad. HEX triplet: 49, A2 and 3F. RGB value is (73,162,63). Sum of RGB (Red+Green+Blue) = 73+162+63=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #49A23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A23F is #B65DC0. Grayscale: #7C7C7C. Windows color (decimal): -11951553 or 4170313. OLE color: 4170313.

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

Color convert

RGB 73 162 63 -
CMYK 0.55 0 0.61 0.36
HSL 113.94º 0.44% 0.44% -
HSV(B) 113.94º 0.61% 0.64% -
XYZ 16.57 27.62 9.16 -
YUV 124.1 93.51 91.55 -
System Red Green Blue C M Y K H S L
Decimal 73 162 63 0.55 0 0.61 0.36 113.94 0.44 0.44
Hex 49 A2 3F 37 0 3D 24 72 2C 2C
Octal 111 242 77 67 0 75 44 162 54 54
Binary 1001001 10100010 111111 110111 0 111101 100100 1110010 101100 101100

Color Harmonies of #49A23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A23F

Black with #49A23F

Text Example


Text Example

White with #49A23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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