Html Css Color HEX #499C53 Fruit Salad

📋 copy color: '#499C53'

red 73 ◦ green 156 ◦ blue 83

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

Shades of Fruit Salad #499C53

Tints of Fruit Salad #499C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50%

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

R = 23.4%
G = 50%
B = 26.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#499C53 (or 0x499C53) is known color: Fruit Salad. HEX triplet: 49, 9C and 53. RGB value is (73,156,83). Sum of RGB (Red+Green+Blue) = 73+156+83=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #499C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C53 is #B663AC. Grayscale: #7B7B7B. Windows color (decimal): -11953069 or 5479497. OLE color: 5479497.

HSL color Cylindrical-coordinate representation of color #499C53: hue angle of 127.23º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C53 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 83 -
CMYK 0.53 0 0.47 0.39
HSL 127.23º 0.36% 0.45% -
HSV(B) 127.23º 0.53% 0.61% -
XYZ 16.2 25.82 12.31 -
YUV 122.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 73 156 83 0.53 0 0.47 0.39 127.23 0.36 0.45
Hex 49 9C 53 35 0 2F 27 7F 24 2D
Octal 111 234 123 65 0 57 47 177 44 55
Binary 1001001 10011100 1010011 110101 0 101111 100111 1111111 100100 101101

Color Harmonies of #499C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C53

Black with #499C53

Text Example


Text Example

White with #499C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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