Html Css Color HEX #499B43 Fruit Salad

📋 copy color: '#499B43'

red 73 ◦ green 155 ◦ blue 67

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

Shades of Fruit Salad #499B43

Tints of Fruit Salad #499B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 24.75%
G = 52.54%
B = 22.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#499B43 (or 0x499B43) is known color: Fruit Salad. HEX triplet: 49, 9B and 43. RGB value is (73,155,67). Sum of RGB (Red+Green+Blue) = 73+155+67=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #499B43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B43 is #B664BC. Grayscale: #787878. Windows color (decimal): -11953341 or 4430665. OLE color: 4430665.

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

Color convert

RGB 73 155 67 -
CMYK 0.53 0 0.57 0.39
HSL 115.91º 0.4% 0.44% -
HSV(B) 115.91º 0.57% 0.61% -
XYZ 15.48 25.26 9.37 -
YUV 120.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 73 155 67 0.53 0 0.57 0.39 115.91 0.4 0.44
Hex 49 9B 43 35 0 39 27 74 28 2C
Octal 111 233 103 65 0 71 47 164 50 54
Binary 1001001 10011011 1000011 110101 0 111001 100111 1110100 101000 101100

Color Harmonies of #499B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B43

Black with #499B43

Text Example


Text Example

White with #499B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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