Html Css Color HEX #499244 Fruit Salad

📋 copy color: '#499244'

red 73 ◦ green 146 ◦ blue 68

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

Shades of Fruit Salad #499244

Tints of Fruit Salad #499244

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

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

R = 25.44%
G = 50.87%
B = 23.69%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#499244 (or 0x499244) is known color: Fruit Salad. HEX triplet: 49, 92 and 44. RGB value is (73,146,68). Sum of RGB (Red+Green+Blue) = 73+146+68=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #499244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499244 is #B66DBB. Grayscale: #737373. Windows color (decimal): -11955644 or 4493897. OLE color: 4493897.

HSL color Cylindrical-coordinate representation of color #499244: hue angle of 116.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499244 is Cyan = 0.5, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 68 -
CMYK 0.5 0 0.53 0.43
HSL 116.15º 0.36% 0.42% -
HSV(B) 116.15º 0.53% 0.57% -
XYZ 14.07 22.39 9.05 -
YUV 115.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 73 146 68 0.5 0 0.53 0.43 116.15 0.36 0.42
Hex 49 92 44 32 0 35 2B 74 24 2A
Octal 111 222 104 62 0 65 53 164 44 52
Binary 1001001 10010010 1000100 110010 0 110101 101011 1110100 100100 101010

Color Harmonies of #499244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499244

Black with #499244

Text Example


Text Example

White with #499244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499244; }

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

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

background-color css

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

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

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

border-color css

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

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

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