Html Css Color HEX #499852 Fruit Salad

📋 copy color: '#499852'

red 73 ◦ green 152 ◦ blue 82

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

Shades of Fruit Salad #499852

Tints of Fruit Salad #499852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 23.78%
G = 49.51%
B = 26.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#499852 (or 0x499852) is known color: Fruit Salad. HEX triplet: 49, 98 and 52. RGB value is (73,152,82). Sum of RGB (Red+Green+Blue) = 73+152+82=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #499852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499852 is #B667AD. Grayscale: #787878. Windows color (decimal): -11954094 or 5412937. OLE color: 5412937.

HSL color Cylindrical-coordinate representation of color #499852: hue angle of 126.84º 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 #499852 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 82 -
CMYK 0.52 0 0.46 0.40
HSL 126.84º 0.35% 0.44% -
HSV(B) 126.84º 0.52% 0.6% -
XYZ 15.5 24.48 11.89 -
YUV 120.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 73 152 82 0.52 0 0.46 0.40 126.84 0.35 0.44
Hex 49 98 52 34 0 2E 28 7F 23 2C
Octal 111 230 122 64 0 56 50 177 43 54
Binary 1001001 10011000 1010010 110100 0 101110 101000 1111111 100011 101100

Color Harmonies of #499852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499852

Black with #499852

Text Example


Text Example

White with #499852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499852; }

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

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

background-color css

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

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

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

border-color css

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

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

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