Html Css Color HEX #49A83F Fruit Salad

📋 copy color: '#49A83F'

red 73 ◦ green 168 ◦ blue 63

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

Shades of Fruit Salad #49A83F

Tints of Fruit Salad #49A83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.26%

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

R = 24.01%
G = 55.26%
B = 20.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#49A83F (or 0x49A83F) is known color: Fruit Salad. HEX triplet: 49, A8 and 3F. RGB value is (73,168,63). Sum of RGB (Red+Green+Blue) = 73+168+63=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #49A83F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A83F is #B657C0. Grayscale: #7F7F7F. Windows color (decimal): -11950017 or 4171849. OLE color: 4171849.

HSL color Cylindrical-coordinate representation of color #49A83F: hue angle of 114.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49A83F is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 168 63 -
CMYK 0.57 0 0.63 0.34
HSL 114.29º 0.45% 0.45% -
HSV(B) 114.29º 0.63% 0.66% -
XYZ 17.65 29.78 9.52 -
YUV 127.63 91.53 89.04 -
System Red Green Blue C M Y K H S L
Decimal 73 168 63 0.57 0 0.63 0.34 114.29 0.45 0.45
Hex 49 A8 3F 39 0 3F 22 72 2D 2D
Octal 111 250 77 71 0 77 42 162 55 55
Binary 1001001 10101000 111111 111001 0 111111 100010 1110010 101101 101101

Color Harmonies of #49A83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A83F

Black with #49A83F

Text Example


Text Example

White with #49A83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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