Html Css Color HEX #519258 Fruit Salad

📋 copy color: '#519258'

red 81 ◦ green 146 ◦ blue 88

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

Shades of Fruit Salad #519258

Tints of Fruit Salad #519258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 25.71%
G = 46.35%
B = 27.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#519258 (or 0x519258) is known color: Fruit Salad. HEX triplet: 51, 92 and 58. RGB value is (81,146,88). Sum of RGB (Red+Green+Blue) = 81+146+88=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #519258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519258 is #AE6DA7. Grayscale: #787878. Windows color (decimal): -11431336 or 5804625. OLE color: 5804625.

HSL color Cylindrical-coordinate representation of color #519258: hue angle of 126.46º 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 #519258 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 88 -
CMYK 0.45 0 0.40 0.43
HSL 126.46º 0.29% 0.45% -
HSV(B) 126.46º 0.45% 0.57% -
XYZ 15.43 23.01 12.86 -
YUV 119.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 81 146 88 0.45 0 0.40 0.43 126.46 0.29 0.45
Hex 51 92 58 2D 0 28 2B 7E 1D 2D
Octal 121 222 130 55 0 50 53 176 35 55
Binary 1010001 10010010 1011000 101101 0 101000 101011 1111110 11101 101101

Color Harmonies of #519258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519258

Black with #519258

Text Example


Text Example

White with #519258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519258; }

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

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

background-color css

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

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

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

border-color css

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

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

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