Html Css Color HEX #499944 Fruit Salad

📋 copy color: '#499944'

red 73 ◦ green 153 ◦ blue 68

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

Shades of Fruit Salad #499944

Tints of Fruit Salad #499944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 24.83%
G = 52.04%
B = 23.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#499944 (or 0x499944) is known color: Fruit Salad. HEX triplet: 49, 99 and 44. RGB value is (73,153,68). Sum of RGB (Red+Green+Blue) = 73+153+68=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #499944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499944 is #B666BB. Grayscale: #777777. Windows color (decimal): -11953852 or 4495689. OLE color: 4495689.

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

Color convert

RGB 73 153 68 -
CMYK 0.52 0 0.56 0.4
HSL 116.47º 0.38% 0.43% -
HSV(B) 116.47º 0.56% 0.6% -
XYZ 15.18 24.62 9.42 -
YUV 119.39 99 94.91 -
System Red Green Blue C M Y K H S L
Decimal 73 153 68 0.52 0 0.56 0.4 116.47 0.38 0.43
Hex 49 99 44 34 0 38 28 74 26 2B
Octal 111 231 104 64 0 70 50 164 46 53
Binary 1001001 10011001 1000100 110100 0 111000 101000 1110100 100110 101011

Color Harmonies of #499944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499944

Black with #499944

Text Example


Text Example

White with #499944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499944; }

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

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

background-color css

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

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

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

border-color css

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

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

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