Html Css Color HEX #519355 Fruit Salad

📋 copy color: '#519355'

red 81 ◦ green 147 ◦ blue 85

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

Shades of Fruit Salad #519355

Tints of Fruit Salad #519355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 25.88%
G = 46.96%
B = 27.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#519355 (or 0x519355) is known color: Fruit Salad. HEX triplet: 51, 93 and 55. RGB value is (81,147,85). Sum of RGB (Red+Green+Blue) = 81+147+85=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #519355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519355 is #AE6CAA. Grayscale: #787878. Windows color (decimal): -11431083 or 5608273. OLE color: 5608273.

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

Color convert

RGB 81 147 85 -
CMYK 0.45 0 0.42 0.42
HSL 123.64º 0.29% 0.45% -
HSV(B) 123.64º 0.45% 0.58% -
XYZ 15.47 23.27 12.27 -
YUV 120.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 81 147 85 0.45 0 0.42 0.42 123.64 0.29 0.45
Hex 51 93 55 2D 0 2A 2A 7C 1D 2D
Octal 121 223 125 55 0 52 52 174 35 55
Binary 1010001 10010011 1010101 101101 0 101010 101010 1111100 11101 101101

Color Harmonies of #519355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519355

Black with #519355

Text Example


Text Example

White with #519355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519355; }

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

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

background-color css

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

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

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

border-color css

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

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

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