Html Css Color HEX #519349 Fruit Salad

📋 copy color: '#519349'

red 81 ◦ green 147 ◦ blue 73

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

Shades of Fruit Salad #519349

Tints of Fruit Salad #519349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 26.91%
G = 48.84%
B = 24.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#519349 (or 0x519349) is known color: Fruit Salad. HEX triplet: 51, 93 and 49. RGB value is (81,147,73). Sum of RGB (Red+Green+Blue) = 81+147+73=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #519349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519349 is #AE6CB6. Grayscale: #777777. Windows color (decimal): -11431095 or 4821841. OLE color: 4821841.

HSL color Cylindrical-coordinate representation of color #519349: hue angle of 113.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #519349 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 147 73 -
CMYK 0.45 0 0.50 0.42
HSL 113.51º 0.34% 0.43% -
HSV(B) 113.51º 0.5% 0.58% -
XYZ 15.03 23.1 9.97 -
YUV 118.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 81 147 73 0.45 0 0.50 0.42 113.51 0.34 0.43
Hex 51 93 49 2D 0 32 2A 72 22 2B
Octal 121 223 111 55 0 62 52 162 42 53
Binary 1010001 10010011 1001001 101101 0 110010 101010 1110010 100010 101011

Color Harmonies of #519349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519349

Black with #519349

Text Example


Text Example

White with #519349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519349; }

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

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

background-color css

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

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

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

border-color css

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

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

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