Html Css Color HEX #499153 Fruit Salad

📋 copy color: '#499153'

red 73 ◦ green 145 ◦ blue 83

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

Shades of Fruit Salad #499153

Tints of Fruit Salad #499153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 24.25%
G = 48.17%
B = 27.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#499153 (or 0x499153) is known color: Fruit Salad. HEX triplet: 49, 91 and 53. RGB value is (73,145,83). Sum of RGB (Red+Green+Blue) = 73+145+83=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #499153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499153 is #B66EAC. Grayscale: #747474. Windows color (decimal): -11955885 or 5476681. OLE color: 5476681.

HSL color Cylindrical-coordinate representation of color #499153: hue angle of 128.33º 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 #499153 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 83 -
CMYK 0.50 0 0.43 0.43
HSL 128.33º 0.33% 0.43% -
HSV(B) 128.33º 0.5% 0.57% -
XYZ 14.43 22.29 11.73 -
YUV 116.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 73 145 83 0.50 0 0.43 0.43 128.33 0.33 0.43
Hex 49 91 53 32 0 2B 2B 80 21 2B
Octal 111 221 123 62 0 53 53 200 41 53
Binary 1001001 10010001 1010011 110010 0 101011 101011 10000000 100001 101011

Color Harmonies of #499153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499153

Black with #499153

Text Example


Text Example

White with #499153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499153; }

 p { color: rgb(73,145,83); }

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

background-color css

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

 a { background-color: rgb(73,145,83); }

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

border-color css

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

 span { border-color: rgb(73,145,83); }

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