Html Css Color HEX #499242 Fruit Salad

📋 copy color: '#499242'

red 73 ◦ green 146 ◦ blue 66

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

Shades of Fruit Salad #499242

Tints of Fruit Salad #499242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 25.61%
G = 51.23%
B = 23.16%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#499242 (or 0x499242) is known color: Fruit Salad. HEX triplet: 49, 92 and 42. RGB value is (73,146,66). Sum of RGB (Red+Green+Blue) = 73+146+66=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #499242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499242 is #B66DBD. Grayscale: #737373. Windows color (decimal): -11955646 or 4362825. OLE color: 4362825.

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

Color convert

RGB 73 146 66 -
CMYK 0.5 0 0.55 0.43
HSL 114.75º 0.38% 0.42% -
HSV(B) 114.75º 0.55% 0.57% -
XYZ 14.01 22.37 8.73 -
YUV 115.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 73 146 66 0.5 0 0.55 0.43 114.75 0.38 0.42
Hex 49 92 42 32 0 37 2B 73 26 2A
Octal 111 222 102 62 0 67 53 163 46 52
Binary 1001001 10010010 1000010 110010 0 110111 101011 1110011 100110 101010

Color Harmonies of #499242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499242

Black with #499242

Text Example


Text Example

White with #499242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499242; }

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

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

background-color css

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

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

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

border-color css

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

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

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