Html Css Color HEX #519F58 Fruit Salad

📋 copy color: '#519F58'

red 81 ◦ green 159 ◦ blue 88

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

Shades of Fruit Salad #519F58

Tints of Fruit Salad #519F58

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.48%

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

R = 24.7%
G = 48.48%
B = 26.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#519F58 (or 0x519F58) is known color: Fruit Salad. HEX triplet: 51, 9F and 58. RGB value is (81,159,88). Sum of RGB (Red+Green+Blue) = 81+159+88=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #519F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F58 is #AE60A7. Grayscale: #7F7F7F. Windows color (decimal): -11428008 or 5807953. OLE color: 5807953.

HSL color Cylindrical-coordinate representation of color #519F58: hue angle of 125.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F58 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 159 88 -
CMYK 0.49 0 0.45 0.38
HSL 125.38º 0.33% 0.47% -
HSV(B) 125.38º 0.49% 0.62% -
XYZ 17.55 27.25 13.57 -
YUV 127.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 81 159 88 0.49 0 0.45 0.38 125.38 0.33 0.47
Hex 51 9F 58 31 0 2D 26 7D 20 2F
Octal 121 237 130 61 0 55 46 175 40 57
Binary 1010001 10011111 1011000 110001 0 101101 100110 1111101 100000 101111

Color Harmonies of #519F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F58

Black with #519F58

Text Example


Text Example

White with #519F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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