Html Css Color HEX #499954 Fruit Salad

📋 copy color: '#499954'

red 73 ◦ green 153 ◦ blue 84

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

Shades of Fruit Salad #499954

Tints of Fruit Salad #499954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

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

R = 23.55%
G = 49.35%
B = 27.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#499954 (or 0x499954) is known color: Fruit Salad. HEX triplet: 49, 99 and 54. RGB value is (73,153,84). Sum of RGB (Red+Green+Blue) = 73+153+84=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #499954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499954 is #B666AB. Grayscale: #797979. Windows color (decimal): -11953836 or 5544265. OLE color: 5544265.

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

Color convert

RGB 73 153 84 -
CMYK 0.52 0 0.45 0.4
HSL 128.25º 0.35% 0.44% -
HSV(B) 128.25º 0.52% 0.6% -
XYZ 15.74 24.84 12.35 -
YUV 121.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 73 153 84 0.52 0 0.45 0.4 128.25 0.35 0.44
Hex 49 99 54 34 0 2D 28 80 23 2C
Octal 111 231 124 64 0 55 50 200 43 54
Binary 1001001 10011001 1010100 110100 0 101101 101000 10000000 100011 101100

Color Harmonies of #499954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499954

Black with #499954

Text Example


Text Example

White with #499954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499954; }

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

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

background-color css

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

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

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

border-color css

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

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

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