Html Css Color HEX #519552 Fruit Salad

📋 copy color: '#519552'

red 81 ◦ green 149 ◦ blue 82

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

Shades of Fruit Salad #519552

Tints of Fruit Salad #519552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

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

R = 25.96%
G = 47.76%
B = 26.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#519552 (or 0x519552) is known color: Fruit Salad. HEX triplet: 51, 95 and 52. RGB value is (81,149,82). Sum of RGB (Red+Green+Blue) = 81+149+82=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #519552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519552 is #AE6AAD. Grayscale: #797979. Windows color (decimal): -11430574 or 5412177. OLE color: 5412177.

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

Color convert

RGB 81 149 82 -
CMYK 0.46 0 0.45 0.42
HSL 120.88º 0.3% 0.45% -
HSV(B) 120.88º 0.46% 0.58% -
XYZ 15.66 23.85 11.76 -
YUV 121.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 81 149 82 0.46 0 0.45 0.42 120.88 0.3 0.45
Hex 51 95 52 2E 0 2D 2A 79 1E 2D
Octal 121 225 122 56 0 55 52 171 36 55
Binary 1010001 10010101 1010010 101110 0 101101 101010 1111001 11110 101101

Color Harmonies of #519552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519552

Black with #519552

Text Example


Text Example

White with #519552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519552; }

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

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

background-color css

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

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

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

border-color css

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

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

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