Html Css Color HEX #519B44 Fruit Salad

📋 copy color: '#519B44'

red 81 ◦ green 155 ◦ blue 68

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

Shades of Fruit Salad #519B44

Tints of Fruit Salad #519B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 26.64%
G = 50.99%
B = 22.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#519B44 (or 0x519B44) is known color: Fruit Salad. HEX triplet: 51, 9B and 44. RGB value is (81,155,68). Sum of RGB (Red+Green+Blue) = 81+155+68=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #519B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B44 is #AE64BB. Grayscale: #7B7B7B. Windows color (decimal): -11429052 or 4496209. OLE color: 4496209.

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

Color convert

RGB 81 155 68 -
CMYK 0.48 0 0.56 0.39
HSL 111.03º 0.39% 0.44% -
HSV(B) 111.03º 0.56% 0.61% -
XYZ 16.16 25.61 9.56 -
YUV 122.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 81 155 68 0.48 0 0.56 0.39 111.03 0.39 0.44
Hex 51 9B 44 30 0 38 27 6F 27 2C
Octal 121 233 104 60 0 70 47 157 47 54
Binary 1010001 10011011 1000100 110000 0 111000 100111 1101111 100111 101100

Color Harmonies of #519B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B44

Black with #519B44

Text Example


Text Example

White with #519B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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