Html Css Color HEX #519352 Fruit Salad

📋 copy color: '#519352'

red 81 ◦ green 147 ◦ blue 82

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

Shades of Fruit Salad #519352

Tints of Fruit Salad #519352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 26.13%
G = 47.42%
B = 26.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#519352 (or 0x519352) is known color: Fruit Salad. HEX triplet: 51, 93 and 52. RGB value is (81,147,82). Sum of RGB (Red+Green+Blue) = 81+147+82=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #519352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519352 is #AE6CAD. Grayscale: #787878. Windows color (decimal): -11431086 or 5411665. OLE color: 5411665.

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

Color convert

RGB 81 147 82 -
CMYK 0.45 0 0.44 0.42
HSL 120.91º 0.29% 0.45% -
HSV(B) 120.91º 0.45% 0.58% -
XYZ 15.35 23.23 11.66 -
YUV 119.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 81 147 82 0.45 0 0.44 0.42 120.91 0.29 0.45
Hex 51 93 52 2D 0 2C 2A 79 1D 2D
Octal 121 223 122 55 0 54 52 171 35 55
Binary 1010001 10010011 1010010 101101 0 101100 101010 1111001 11101 101101

Color Harmonies of #519352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519352

Black with #519352

Text Example


Text Example

White with #519352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519352; }

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

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

background-color css

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

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

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

border-color css

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

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

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