Html Css Color HEX #499452 Fruit Salad

📋 copy color: '#499452'

red 73 ◦ green 148 ◦ blue 82

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

Shades of Fruit Salad #499452

Tints of Fruit Salad #499452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 24.09%
G = 48.84%
B = 27.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#499452 (or 0x499452) is known color: Fruit Salad. HEX triplet: 49, 94 and 52. RGB value is (73,148,82). Sum of RGB (Red+Green+Blue) = 73+148+82=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #499452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499452 is #B66BAD. Grayscale: #767676. Windows color (decimal): -11955118 or 5411913. OLE color: 5411913.

HSL color Cylindrical-coordinate representation of color #499452: hue angle of 127.2º 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 #499452 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 82 -
CMYK 0.51 0 0.45 0.42
HSL 127.2º 0.34% 0.43% -
HSV(B) 127.2º 0.51% 0.58% -
XYZ 14.86 23.21 11.68 -
YUV 118.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 73 148 82 0.51 0 0.45 0.42 127.2 0.34 0.43
Hex 49 94 52 33 0 2D 2A 7F 22 2B
Octal 111 224 122 63 0 55 52 177 42 53
Binary 1001001 10010100 1010010 110011 0 101101 101010 1111111 100010 101011

Color Harmonies of #499452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499452

Black with #499452

Text Example


Text Example

White with #499452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499452; }

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

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

background-color css

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

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

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

border-color css

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

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

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