Html Css Color HEX #49B63B Fruit Salad

📋 copy color: '#49B63B'

red 73 ◦ green 182 ◦ blue 59

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

Shades of Fruit Salad #49B63B

Tints of Fruit Salad #49B63B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.96%

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 23.25%
G = 57.96%
B = 18.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#49B63B (or 0x49B63B) is known color: Fruit Salad. HEX triplet: 49, B6 and 3B. RGB value is (73,182,59). Sum of RGB (Red+Green+Blue) = 73+182+59=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #49B63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B63B is #B649C4. Grayscale: #878787. Windows color (decimal): -11946437 or 3913289. OLE color: 3913289.

HSL color Cylindrical-coordinate representation of color #49B63B: hue angle of 113.17º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49B63B is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 182 59 -
CMYK 0.60 0 0.68 0.29
HSL 113.17º 0.51% 0.47% -
HSV(B) 113.17º 0.68% 0.71% -
XYZ 20.27 35.19 9.86 -
YUV 135.39 84.89 83.5 -
System Red Green Blue C M Y K H S L
Decimal 73 182 59 0.60 0 0.68 0.29 113.17 0.51 0.47
Hex 49 B6 3B 3C 0 44 1D 71 33 2F
Octal 111 266 73 74 0 104 35 161 63 57
Binary 1001001 10110110 111011 111100 0 1000100 11101 1110001 110011 101111

Color Harmonies of #49B63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B63B

Black with #49B63B

Text Example


Text Example

White with #49B63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,182,59); }

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

background-color css

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

 a { background-color: rgb(73,182,59); }

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

border-color css

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

 span { border-color: rgb(73,182,59); }

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