Html Css Color HEX #499B41 Fruit Salad

📋 copy color: '#499B41'

red 73 ◦ green 155 ◦ blue 65

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

Shades of Fruit Salad #499B41

Tints of Fruit Salad #499B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.9%

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

R = 24.91%
G = 52.9%
B = 22.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#499B41 (or 0x499B41) is known color: Fruit Salad. HEX triplet: 49, 9B and 41. RGB value is (73,155,65). Sum of RGB (Red+Green+Blue) = 73+155+65=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #499B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B41 is #B664BE. Grayscale: #787878. Windows color (decimal): -11953343 or 4299593. OLE color: 4299593.

HSL color Cylindrical-coordinate representation of color #499B41: hue angle of 114.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499B41 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 65 -
CMYK 0.53 0 0.58 0.39
HSL 114.67º 0.41% 0.43% -
HSV(B) 114.67º 0.58% 0.61% -
XYZ 15.42 25.24 9.06 -
YUV 120.22 96.83 94.32 -
System Red Green Blue C M Y K H S L
Decimal 73 155 65 0.53 0 0.58 0.39 114.67 0.41 0.43
Hex 49 9B 41 35 0 3A 27 73 29 2B
Octal 111 233 101 65 0 72 47 163 51 53
Binary 1001001 10011011 1000001 110101 0 111010 100111 1110011 101001 101011

Color Harmonies of #499B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B41

Black with #499B41

Text Example


Text Example

White with #499B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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