Html Css Color HEX #519658 Fruit Salad

📋 copy color: '#519658'

red 81 ◦ green 150 ◦ blue 88

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

Shades of Fruit Salad #519658

Tints of Fruit Salad #519658

RGB

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

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

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

R = 25.39%
G = 47.02%
B = 27.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#519658 (or 0x519658) is known color: Fruit Salad. HEX triplet: 51, 96 and 58. RGB value is (81,150,88). Sum of RGB (Red+Green+Blue) = 81+150+88=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #519658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519658 is #AE69A7. Grayscale: #7A7A7A. Windows color (decimal): -11430312 or 5805649. OLE color: 5805649.

HSL color Cylindrical-coordinate representation of color #519658: hue angle of 126.09º 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 #519658 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 88 -
CMYK 0.46 0 0.41 0.41
HSL 126.09º 0.3% 0.45% -
HSV(B) 126.09º 0.46% 0.59% -
XYZ 16.06 24.27 13.07 -
YUV 122.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 81 150 88 0.46 0 0.41 0.41 126.09 0.3 0.45
Hex 51 96 58 2E 0 29 29 7E 1E 2D
Octal 121 226 130 56 0 51 51 176 36 55
Binary 1010001 10010110 1011000 101110 0 101001 101001 1111110 11110 101101

Color Harmonies of #519658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519658

Black with #519658

Text Example


Text Example

White with #519658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519658; }

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

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

background-color css

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

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

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

border-color css

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

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

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