Html Css Color HEX #519D48 Fruit Salad

📋 copy color: '#519D48'

red 81 ◦ green 157 ◦ blue 72

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

Shades of Fruit Salad #519D48

Tints of Fruit Salad #519D48

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.65%

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 26.13%
G = 50.65%
B = 23.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#519D48 (or 0x519D48) is known color: Fruit Salad. HEX triplet: 51, 9D and 48. RGB value is (81,157,72). Sum of RGB (Red+Green+Blue) = 81+157+72=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #519D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D48 is #AE62B7. Grayscale: #7C7C7C. Windows color (decimal): -11428536 or 4758865. OLE color: 4758865.

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

Color convert

RGB 81 157 72 -
CMYK 0.48 0 0.54 0.38
HSL 113.65º 0.37% 0.45% -
HSV(B) 113.65º 0.54% 0.62% -
XYZ 16.62 26.33 10.34 -
YUV 124.59 98.32 96.91 -
System Red Green Blue C M Y K H S L
Decimal 81 157 72 0.48 0 0.54 0.38 113.65 0.37 0.45
Hex 51 9D 48 30 0 36 26 72 25 2D
Octal 121 235 110 60 0 66 46 162 45 55
Binary 1010001 10011101 1001000 110000 0 110110 100110 1110010 100101 101101

Color Harmonies of #519D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519D48

Black with #519D48

Text Example


Text Example

White with #519D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,72); }

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

background-color css

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

 a { background-color: rgb(81,157,72); }

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

border-color css

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

 span { border-color: rgb(81,157,72); }

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