Html Css Color HEX #499B54 Fruit Salad

📋 copy color: '#499B54'

red 73 ◦ green 155 ◦ blue 84

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

Shades of Fruit Salad #499B54

Tints of Fruit Salad #499B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 23.4%
G = 49.68%
B = 26.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#499B54 (or 0x499B54) is known color: Fruit Salad. HEX triplet: 49, 9B and 54. RGB value is (73,155,84). Sum of RGB (Red+Green+Blue) = 73+155+84=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #499B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B54 is #B664AB. Grayscale: #7A7A7A. Windows color (decimal): -11953324 or 5544777. OLE color: 5544777.

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

Color convert

RGB 73 155 84 -
CMYK 0.53 0 0.46 0.39
HSL 128.05º 0.36% 0.45% -
HSV(B) 128.05º 0.53% 0.61% -
XYZ 16.07 25.5 12.46 -
YUV 122.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 73 155 84 0.53 0 0.46 0.39 128.05 0.36 0.45
Hex 49 9B 54 35 0 2E 27 80 24 2D
Octal 111 233 124 65 0 56 47 200 44 55
Binary 1001001 10011011 1010100 110101 0 101110 100111 10000000 100100 101101

Color Harmonies of #499B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B54

Black with #499B54

Text Example


Text Example

White with #499B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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