Html Css Color HEX #519649 Fruit Salad

📋 copy color: '#519649'

red 81 ◦ green 150 ◦ blue 73

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

Shades of Fruit Salad #519649

Tints of Fruit Salad #519649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 26.64%
G = 49.34%
B = 24.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#519649 (or 0x519649) is known color: Fruit Salad. HEX triplet: 51, 96 and 49. RGB value is (81,150,73). Sum of RGB (Red+Green+Blue) = 81+150+73=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #519649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519649 is #AE69B6. Grayscale: #787878. Windows color (decimal): -11430327 or 4822609. OLE color: 4822609.

HSL color Cylindrical-coordinate representation of color #519649: hue angle of 113.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519649 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 73 -
CMYK 0.46 0 0.51 0.41
HSL 113.77º 0.35% 0.44% -
HSV(B) 113.77º 0.51% 0.59% -
XYZ 15.5 24.04 10.13 -
YUV 120.59 101.14 99.76 -
System Red Green Blue C M Y K H S L
Decimal 81 150 73 0.46 0 0.51 0.41 113.77 0.35 0.44
Hex 51 96 49 2E 0 33 29 72 23 2C
Octal 121 226 111 56 0 63 51 162 43 54
Binary 1010001 10010110 1001001 101110 0 110011 101001 1110010 100011 101100

Color Harmonies of #519649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519649

Black with #519649

Text Example


Text Example

White with #519649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519649; }

 p { color: rgb(81,150,73); }

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

background-color css

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

 a { background-color: rgb(81,150,73); }

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

border-color css

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

 span { border-color: rgb(81,150,73); }

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