Html Css Color HEX #519150 Fruit Salad

📋 copy color: '#519150'

red 81 ◦ green 145 ◦ blue 80

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

Shades of Fruit Salad #519150

Tints of Fruit Salad #519150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 26.47%
G = 47.39%
B = 26.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#519150 (or 0x519150) is known color: Fruit Salad. HEX triplet: 51, 91 and 50. RGB value is (81,145,80). Sum of RGB (Red+Green+Blue) = 81+145+80=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #519150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519150 is #AE6EAF. Grayscale: #767676. Windows color (decimal): -11431600 or 5280081. OLE color: 5280081.

HSL color Cylindrical-coordinate representation of color #519150: hue angle of 119.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519150 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 80 -
CMYK 0.44 0 0.45 0.43
HSL 119.08º 0.29% 0.44% -
HSV(B) 119.08º 0.45% 0.57% -
XYZ 14.97 22.58 11.16 -
YUV 118.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 81 145 80 0.44 0 0.45 0.43 119.08 0.29 0.44
Hex 51 91 50 2C 0 2D 2B 77 1D 2C
Octal 121 221 120 54 0 55 53 167 35 54
Binary 1010001 10010001 1010000 101100 0 101101 101011 1110111 11101 101100

Color Harmonies of #519150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519150

Black with #519150

Text Example


Text Example

White with #519150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519150; }

 p { color: rgb(81,145,80); }

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

background-color css

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

 a { background-color: rgb(81,145,80); }

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

border-color css

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

 span { border-color: rgb(81,145,80); }

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