Html Css Color HEX #519B41 Fruit Salad

📋 copy color: '#519B41'

red 81 ◦ green 155 ◦ blue 65

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

Shades of Fruit Salad #519B41

Tints of Fruit Salad #519B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.5%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 26.91%
G = 51.5%
B = 21.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#519B41 (or 0x519B41) is known color: Fruit Salad. HEX triplet: 51, 9B and 41. RGB value is (81,155,65). Sum of RGB (Red+Green+Blue) = 81+155+65=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #519B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B41 is #AE64BE. Grayscale: #7A7A7A. Windows color (decimal): -11429055 or 4299601. OLE color: 4299601.

HSL color Cylindrical-coordinate representation of color #519B41: hue angle of 109.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519B41 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 65 -
CMYK 0.48 0 0.58 0.39
HSL 109.33º 0.41% 0.43% -
HSV(B) 109.33º 0.58% 0.61% -
XYZ 16.07 25.57 9.09 -
YUV 122.61 95.48 98.32 -
System Red Green Blue C M Y K H S L
Decimal 81 155 65 0.48 0 0.58 0.39 109.33 0.41 0.43
Hex 51 9B 41 30 0 3A 27 6D 29 2B
Octal 121 233 101 60 0 72 47 155 51 53
Binary 1010001 10011011 1000001 110000 0 111010 100111 1101101 101001 101011

Color Harmonies of #519B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B41

Black with #519B41

Text Example


Text Example

White with #519B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,155,65); }

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

background-color css

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

 a { background-color: rgb(81,155,65); }

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

border-color css

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

 span { border-color: rgb(81,155,65); }

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