Html Css Color HEX #49993D Fruit Salad

📋 copy color: '#49993D'

red 73 ◦ green 153 ◦ blue 61

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

Shades of Fruit Salad #49993D

Tints of Fruit Salad #49993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 25.44%
G = 53.31%
B = 21.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#49993D (or 0x49993D) is known color: Fruit Salad. HEX triplet: 49, 99 and 3D. RGB value is (73,153,61). Sum of RGB (Red+Green+Blue) = 73+153+61=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #49993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49993D is #B666C2. Grayscale: #767676. Windows color (decimal): -11953859 or 4036937. OLE color: 4036937.

HSL color Cylindrical-coordinate representation of color #49993D: hue angle of 112.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49993D is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 61 -
CMYK 0.52 0 0.60 0.4
HSL 112.17º 0.43% 0.42% -
HSV(B) 112.17º 0.6% 0.6% -
XYZ 14.98 24.54 8.36 -
YUV 118.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 73 153 61 0.52 0 0.60 0.4 112.17 0.43 0.42
Hex 49 99 3D 34 0 3C 28 70 2B 2A
Octal 111 231 75 64 0 74 50 160 53 52
Binary 1001001 10011001 111101 110100 0 111100 101000 1110000 101011 101010

Color Harmonies of #49993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49993D

Black with #49993D

Text Example


Text Example

White with #49993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49993D; }

 p { color: rgb(73,153,61); }

 H1.HeaderClassName
 {
   color: #49993D;
 }
 .AnyTagClassName
 {
   color: #49993D;
 }
</style>

background-color css

<style>
 a { background-color: #49993D; }

 a { background-color: rgb(73,153,61); }

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

border-color css

<style>
 span { border-color: #49993D; }

 span { border-color: rgb(73,153,61); }

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