Html Css Color HEX #49953F Fruit Salad

📋 copy color: '#49953F'

red 73 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #49953F

Tints of Fruit Salad #49953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.28%

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

R = 25.61%
G = 52.28%
B = 22.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#49953F (or 0x49953F) is known color: Fruit Salad. HEX triplet: 49, 95 and 3F. RGB value is (73,149,63). Sum of RGB (Red+Green+Blue) = 73+149+63=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #49953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49953F is #B66AC0. Grayscale: #747474. Windows color (decimal): -11954881 or 4166985. OLE color: 4166985.

HSL color Cylindrical-coordinate representation of color #49953F: hue angle of 113.02º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49953F is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 149 63 -
CMYK 0.51 0 0.58 0.42
HSL 113.02º 0.41% 0.42% -
HSV(B) 113.02º 0.58% 0.58% -
XYZ 14.39 23.27 8.44 -
YUV 116.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 73 149 63 0.51 0 0.58 0.42 113.02 0.41 0.42
Hex 49 95 3F 33 0 3A 2A 71 29 2A
Octal 111 225 77 63 0 72 52 161 51 52
Binary 1001001 10010101 111111 110011 0 111010 101010 1110001 101001 101010

Color Harmonies of #49953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49953F

Black with #49953F

Text Example


Text Example

White with #49953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49953F; }

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

 H1.HeaderClassName
 {
   color: #49953F;
 }
 .AnyTagClassName
 {
   color: #49953F;
 }
</style>

background-color css

<style>
 a { background-color: #49953F; }

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

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

border-color css

<style>
 span { border-color: #49953F; }

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

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