Html Css Color HEX #499454 Fruit Salad

📋 copy color: '#499454'

red 73 ◦ green 148 ◦ blue 84

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

Shades of Fruit Salad #499454

Tints of Fruit Salad #499454

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

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

R = 23.93%
G = 48.52%
B = 27.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#499454 (or 0x499454) is known color: Fruit Salad. HEX triplet: 49, 94 and 54. RGB value is (73,148,84). Sum of RGB (Red+Green+Blue) = 73+148+84=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #499454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499454 is #B66BAB. Grayscale: #767676. Windows color (decimal): -11955116 or 5542985. OLE color: 5542985.

HSL color Cylindrical-coordinate representation of color #499454: hue angle of 128.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499454 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 84 -
CMYK 0.51 0 0.43 0.42
HSL 128.8º 0.34% 0.43% -
HSV(B) 128.8º 0.51% 0.58% -
XYZ 14.94 23.24 12.09 -
YUV 118.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 73 148 84 0.51 0 0.43 0.42 128.8 0.34 0.43
Hex 49 94 54 33 0 2B 2A 81 22 2B
Octal 111 224 124 63 0 53 52 201 42 53
Binary 1001001 10010100 1010100 110011 0 101011 101010 10000001 100010 101011

Color Harmonies of #499454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499454

Black with #499454

Text Example


Text Example

White with #499454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499454; }

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

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

background-color css

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

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

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

border-color css

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

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

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