Html Css Color HEX #519655 Fruit Salad

📋 copy color: '#519655'

red 81 ◦ green 150 ◦ blue 85

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

Shades of Fruit Salad #519655

Tints of Fruit Salad #519655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 25.63%
G = 47.47%
B = 26.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#519655 (or 0x519655) is known color: Fruit Salad. HEX triplet: 51, 96 and 55. RGB value is (81,150,85). Sum of RGB (Red+Green+Blue) = 81+150+85=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #519655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519655 is #AE69AA. Grayscale: #7A7A7A. Windows color (decimal): -11430315 or 5609041. OLE color: 5609041.

HSL color Cylindrical-coordinate representation of color #519655: hue angle of 123.48º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519655 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 85 -
CMYK 0.46 0 0.43 0.41
HSL 123.48º 0.3% 0.45% -
HSV(B) 123.48º 0.46% 0.59% -
XYZ 15.94 24.22 12.43 -
YUV 121.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 81 150 85 0.46 0 0.43 0.41 123.48 0.3 0.45
Hex 51 96 55 2E 0 2B 29 7B 1E 2D
Octal 121 226 125 56 0 53 51 173 36 55
Binary 1010001 10010110 1010101 101110 0 101011 101001 1111011 11110 101101

Color Harmonies of #519655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519655

Black with #519655

Text Example


Text Example

White with #519655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519655; }

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

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

background-color css

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

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

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

border-color css

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

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

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