Html Css Color HEX #499841 Fruit Salad

📋 copy color: '#499841'

red 73 ◦ green 152 ◦ blue 65

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

Shades of Fruit Salad #499841

Tints of Fruit Salad #499841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.41%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 25.17%
G = 52.41%
B = 22.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#499841 (or 0x499841) is known color: Fruit Salad. HEX triplet: 49, 98 and 41. RGB value is (73,152,65). Sum of RGB (Red+Green+Blue) = 73+152+65=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #499841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499841 is #B667BE. Grayscale: #767676. Windows color (decimal): -11954111 or 4298825. OLE color: 4298825.

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

Color convert

RGB 73 152 65 -
CMYK 0.52 0 0.57 0.40
HSL 114.48º 0.4% 0.43% -
HSV(B) 114.48º 0.57% 0.6% -
XYZ 14.93 24.25 8.9 -
YUV 118.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 73 152 65 0.52 0 0.57 0.40 114.48 0.4 0.43
Hex 49 98 41 34 0 39 28 72 28 2B
Octal 111 230 101 64 0 71 50 162 50 53
Binary 1001001 10011000 1000001 110100 0 111001 101000 1110010 101000 101011

Color Harmonies of #499841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499841

Black with #499841

Text Example


Text Example

White with #499841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499841; }

 p { color: rgb(73,152,65); }

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

background-color css

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

 a { background-color: rgb(73,152,65); }

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

border-color css

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

 span { border-color: rgb(73,152,65); }

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