Html Css Color HEX #49B03F Fruit Salad

📋 copy color: '#49B03F'

red 73 ◦ green 176 ◦ blue 63

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

Shades of Fruit Salad #49B03F

Tints of Fruit Salad #49B03F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.41%

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

R = 23.4%
G = 56.41%
B = 20.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#49B03F (or 0x49B03F) is known color: Fruit Salad. HEX triplet: 49, B0 and 3F. RGB value is (73,176,63). Sum of RGB (Red+Green+Blue) = 73+176+63=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #49B03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B03F is #B64FC0. Grayscale: #848484. Windows color (decimal): -11947969 or 4173897. OLE color: 4173897.

HSL color Cylindrical-coordinate representation of color #49B03F: hue angle of 114.69º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B03F is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 63 -
CMYK 0.59 0 0.64 0.31
HSL 114.69º 0.47% 0.47% -
HSV(B) 114.69º 0.64% 0.69% -
XYZ 19.17 32.83 10.03 -
YUV 132.32 88.88 85.69 -
System Red Green Blue C M Y K H S L
Decimal 73 176 63 0.59 0 0.64 0.31 114.69 0.47 0.47
Hex 49 B0 3F 3B 0 40 1F 73 2F 2F
Octal 111 260 77 73 0 100 37 163 57 57
Binary 1001001 10110000 111111 111011 0 1000000 11111 1110011 101111 101111

Color Harmonies of #49B03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B03F

Black with #49B03F

Text Example


Text Example

White with #49B03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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