Html Css Color HEX #519F4F Fruit Salad

📋 copy color: '#519F4F'

red 81 ◦ green 159 ◦ blue 79

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

Shades of Fruit Salad #519F4F

Tints of Fruit Salad #519F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 25.39%
G = 49.84%
B = 24.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#519F4F (or 0x519F4F) is known color: Fruit Salad. HEX triplet: 51, 9F and 4F. RGB value is (81,159,79). Sum of RGB (Red+Green+Blue) = 81+159+79=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #519F4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F4F is #AE60B0. Grayscale: #7E7E7E. Windows color (decimal): -11428017 or 5218129. OLE color: 5218129.

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

Color convert

RGB 81 159 79 -
CMYK 0.49 0 0.50 0.38
HSL 118.5º 0.34% 0.47% -
HSV(B) 118.5º 0.5% 0.62% -
XYZ 17.2 27.11 11.72 -
YUV 126.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 81 159 79 0.49 0 0.50 0.38 118.5 0.34 0.47
Hex 51 9F 4F 31 0 32 26 76 22 2F
Octal 121 237 117 61 0 62 46 166 42 57
Binary 1010001 10011111 1001111 110001 0 110010 100110 1110110 100010 101111

Color Harmonies of #519F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519F4F

Black with #519F4F

Text Example


Text Example

White with #519F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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