Html Css Color HEX #499A54 Fruit Salad

📋 copy color: '#499A54'

red 73 ◦ green 154 ◦ blue 84

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

Shades of Fruit Salad #499A54

Tints of Fruit Salad #499A54

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.52%

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

R = 23.47%
G = 49.52%
B = 27.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#499A54 (or 0x499A54) is known color: Fruit Salad. HEX triplet: 49, 9A and 54. RGB value is (73,154,84). Sum of RGB (Red+Green+Blue) = 73+154+84=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #499A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A54 is #B665AB. Grayscale: #797979. Windows color (decimal): -11953580 or 5544521. OLE color: 5544521.

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

Color convert

RGB 73 154 84 -
CMYK 0.53 0 0.45 0.40
HSL 128.15º 0.36% 0.45% -
HSV(B) 128.15º 0.53% 0.6% -
XYZ 15.9 25.17 12.41 -
YUV 121.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 73 154 84 0.53 0 0.45 0.40 128.15 0.36 0.45
Hex 49 9A 54 35 0 2D 28 80 24 2D
Octal 111 232 124 65 0 55 50 200 44 55
Binary 1001001 10011010 1010100 110101 0 101101 101000 10000000 100100 101101

Color Harmonies of #499A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A54

Black with #499A54

Text Example


Text Example

White with #499A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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