Html Css Color HEX #499252 Fruit Salad

📋 copy color: '#499252'

red 73 ◦ green 146 ◦ blue 82

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

Shades of Fruit Salad #499252

Tints of Fruit Salad #499252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

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

R = 24.25%
G = 48.5%
B = 27.24%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#499252 (or 0x499252) is known color: Fruit Salad. HEX triplet: 49, 92 and 52. RGB value is (73,146,82). Sum of RGB (Red+Green+Blue) = 73+146+82=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #499252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499252 is #B66DAD. Grayscale: #757575. Windows color (decimal): -11955630 or 5411401. OLE color: 5411401.

HSL color Cylindrical-coordinate representation of color #499252: hue angle of 127.4º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499252 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 82 -
CMYK 0.5 0 0.44 0.43
HSL 127.4º 0.33% 0.43% -
HSV(B) 127.4º 0.5% 0.57% -
XYZ 14.55 22.58 11.57 -
YUV 116.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 73 146 82 0.5 0 0.44 0.43 127.4 0.33 0.43
Hex 49 92 52 32 0 2C 2B 7F 21 2B
Octal 111 222 122 62 0 54 53 177 41 53
Binary 1001001 10010010 1010010 110010 0 101100 101011 1111111 100001 101011

Color Harmonies of #499252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499252

Black with #499252

Text Example


Text Example

White with #499252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499252; }

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

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

background-color css

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

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

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

border-color css

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

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

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