Html Css Color HEX #519F55 Fruit Salad

📋 copy color: '#519F55'

red 81 ◦ green 159 ◦ blue 85

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

Shades of Fruit Salad #519F55

Tints of Fruit Salad #519F55

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.92%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 24.92%
G = 48.92%
B = 26.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#519F55 (or 0x519F55) is known color: Fruit Salad. HEX triplet: 51, 9F and 55. RGB value is (81,159,85). Sum of RGB (Red+Green+Blue) = 81+159+85=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #519F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F55 is #AE60AA. Grayscale: #7F7F7F. Windows color (decimal): -11428011 or 5611345. OLE color: 5611345.

HSL color Cylindrical-coordinate representation of color #519F55: hue angle of 123.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F55 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 85 -
CMYK 0.49 0 0.47 0.38
HSL 123.08º 0.33% 0.47% -
HSV(B) 123.08º 0.49% 0.62% -
XYZ 17.43 27.2 12.93 -
YUV 127.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 81 159 85 0.49 0 0.47 0.38 123.08 0.33 0.47
Hex 51 9F 55 31 0 2F 26 7B 20 2F
Octal 121 237 125 61 0 57 46 173 40 57
Binary 1010001 10011111 1010101 110001 0 101111 100110 1111011 100000 101111

Color Harmonies of #519F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F55

Black with #519F55

Text Example


Text Example

White with #519F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,159,85); }

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

background-color css

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

 a { background-color: rgb(81,159,85); }

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

border-color css

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

 span { border-color: rgb(81,159,85); }

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