Html Css Color HEX #519348 Fruit Salad

📋 copy color: '#519348'

red 81 ◦ green 147 ◦ blue 72

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

Shades of Fruit Salad #519348

Tints of Fruit Salad #519348

RGB

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

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

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

R = 27%
G = 49%
B = 24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#519348 (or 0x519348) is known color: Fruit Salad. HEX triplet: 51, 93 and 48. RGB value is (81,147,72). Sum of RGB (Red+Green+Blue) = 81+147+72=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #519348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519348 is #AE6CB7. Grayscale: #767676. Windows color (decimal): -11431096 or 4756305. OLE color: 4756305.

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

Color convert

RGB 81 147 72 -
CMYK 0.45 0 0.51 0.42
HSL 112.8º 0.34% 0.43% -
HSV(B) 112.8º 0.51% 0.58% -
XYZ 15 23.08 9.8 -
YUV 118.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 81 147 72 0.45 0 0.51 0.42 112.8 0.34 0.43
Hex 51 93 48 2D 0 33 2A 71 22 2B
Octal 121 223 110 55 0 63 52 161 42 53
Binary 1010001 10010011 1001000 101101 0 110011 101010 1110001 100010 101011

Color Harmonies of #519348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519348

Black with #519348

Text Example


Text Example

White with #519348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519348; }

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

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

background-color css

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

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

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

border-color css

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

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

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