Html Css Color HEX #49973F Fruit Salad

📋 copy color: '#49973F'

red 73 ◦ green 151 ◦ blue 63

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

Shades of Fruit Salad #49973F

Tints of Fruit Salad #49973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.61%

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

R = 25.44%
G = 52.61%
B = 21.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#49973F (or 0x49973F) is known color: Fruit Salad. HEX triplet: 49, 97 and 3F. RGB value is (73,151,63). Sum of RGB (Red+Green+Blue) = 73+151+63=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #49973F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49973F is #B668C0. Grayscale: #757575. Windows color (decimal): -11954369 or 4167497. OLE color: 4167497.

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

Color convert

RGB 73 151 63 -
CMYK 0.52 0 0.58 0.41
HSL 113.18º 0.41% 0.42% -
HSV(B) 113.18º 0.58% 0.59% -
XYZ 14.71 23.91 8.54 -
YUV 117.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 73 151 63 0.52 0 0.58 0.41 113.18 0.41 0.42
Hex 49 97 3F 34 0 3A 29 71 29 2A
Octal 111 227 77 64 0 72 51 161 51 52
Binary 1001001 10010111 111111 110100 0 111010 101001 1110001 101001 101010

Color Harmonies of #49973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49973F

Black with #49973F

Text Example


Text Example

White with #49973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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