Html Css Color HEX #519549 Fruit Salad

📋 copy color: '#519549'

red 81 ◦ green 149 ◦ blue 73

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

Shades of Fruit Salad #519549

Tints of Fruit Salad #519549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

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

R = 26.73%
G = 49.17%
B = 24.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#519549 (or 0x519549) is known color: Fruit Salad. HEX triplet: 51, 95 and 49. RGB value is (81,149,73). Sum of RGB (Red+Green+Blue) = 81+149+73=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #519549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519549 is #AE6AB6. Grayscale: #787878. Windows color (decimal): -11430583 or 4822353. OLE color: 4822353.

HSL color Cylindrical-coordinate representation of color #519549: hue angle of 113.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519549 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 73 -
CMYK 0.46 0 0.51 0.42
HSL 113.68º 0.34% 0.44% -
HSV(B) 113.68º 0.51% 0.58% -
XYZ 15.34 23.73 10.07 -
YUV 120 101.47 100.18 -
System Red Green Blue C M Y K H S L
Decimal 81 149 73 0.46 0 0.51 0.42 113.68 0.34 0.44
Hex 51 95 49 2E 0 33 2A 72 22 2C
Octal 121 225 111 56 0 63 52 162 42 54
Binary 1010001 10010101 1001001 101110 0 110011 101010 1110010 100010 101100

Color Harmonies of #519549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519549

Black with #519549

Text Example


Text Example

White with #519549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519549; }

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

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

background-color css

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

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

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

border-color css

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

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

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