Html Css Color HEX #519255 Fruit Salad

📋 copy color: '#519255'

red 81 ◦ green 146 ◦ blue 85

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

Shades of Fruit Salad #519255

Tints of Fruit Salad #519255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 25.96%
G = 46.79%
B = 27.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#519255 (or 0x519255) is known color: Fruit Salad. HEX triplet: 51, 92 and 55. RGB value is (81,146,85). Sum of RGB (Red+Green+Blue) = 81+146+85=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #519255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519255 is #AE6DAA. Grayscale: #777777. Windows color (decimal): -11431339 or 5608017. OLE color: 5608017.

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

Color convert

RGB 81 146 85 -
CMYK 0.45 0 0.42 0.43
HSL 123.69º 0.29% 0.45% -
HSV(B) 123.69º 0.45% 0.57% -
XYZ 15.31 22.96 12.22 -
YUV 119.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 81 146 85 0.45 0 0.42 0.43 123.69 0.29 0.45
Hex 51 92 55 2D 0 2A 2B 7C 1D 2D
Octal 121 222 125 55 0 52 53 174 35 55
Binary 1010001 10010010 1010101 101101 0 101010 101011 1111100 11101 101101

Color Harmonies of #519255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519255

Black with #519255

Text Example


Text Example

White with #519255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519255; }

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

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

background-color css

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

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

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

border-color css

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

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

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