Html Css Color HEX #519B49 Fruit Salad

📋 copy color: '#519B49'

red 81 ◦ green 155 ◦ blue 73

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

Shades of Fruit Salad #519B49

Tints of Fruit Salad #519B49

RGB

 RED value IS 81 (32.03% from 255) = 26.21%

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 73 (28.91% from 255) = 23.62%

R = 26.21%
G = 50.16%
B = 23.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#519B49 (or 0x519B49) is known color: Fruit Salad. HEX triplet: 51, 9B and 49. RGB value is (81,155,73). Sum of RGB (Red+Green+Blue) = 81+155+73=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #519B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B49 is #AE64B6. Grayscale: #7B7B7B. Windows color (decimal): -11429047 or 4823889. OLE color: 4823889.

HSL color Cylindrical-coordinate representation of color #519B49: hue angle of 114.15º 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 #519B49 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 73 -
CMYK 0.48 0 0.53 0.39
HSL 114.15º 0.36% 0.45% -
HSV(B) 114.15º 0.53% 0.61% -
XYZ 16.32 25.67 10.4 -
YUV 123.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 81 155 73 0.48 0 0.53 0.39 114.15 0.36 0.45
Hex 51 9B 49 30 0 35 27 72 24 2D
Octal 121 233 111 60 0 65 47 162 44 55
Binary 1010001 10011011 1001001 110000 0 110101 100111 1110010 100100 101101

Color Harmonies of #519B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B49

Black with #519B49

Text Example


Text Example

White with #519B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519B49; }

 p { color: rgb(81,155,73); }

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

background-color css

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

 a { background-color: rgb(81,155,73); }

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

border-color css

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

 span { border-color: rgb(81,155,73); }

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