Html Css Color HEX #519852 Fruit Salad

📋 copy color: '#519852'

red 81 ◦ green 152 ◦ blue 82

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

Shades of Fruit Salad #519852

Tints of Fruit Salad #519852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

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

R = 25.71%
G = 48.25%
B = 26.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#519852 (or 0x519852) is known color: Fruit Salad. HEX triplet: 51, 98 and 52. RGB value is (81,152,82). Sum of RGB (Red+Green+Blue) = 81+152+82=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #519852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519852 is #AE67AD. Grayscale: #7A7A7A. Windows color (decimal): -11429806 or 5412945. OLE color: 5412945.

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

Color convert

RGB 81 152 82 -
CMYK 0.47 0 0.46 0.40
HSL 120.85º 0.3% 0.46% -
HSV(B) 120.85º 0.47% 0.6% -
XYZ 16.14 24.82 11.92 -
YUV 122.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 81 152 82 0.47 0 0.46 0.40 120.85 0.3 0.46
Hex 51 98 52 2F 0 2E 28 79 1E 2E
Octal 121 230 122 57 0 56 50 171 36 56
Binary 1010001 10011000 1010010 101111 0 101110 101000 1111001 11110 101110

Color Harmonies of #519852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519852

Black with #519852

Text Example


Text Example

White with #519852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519852; }

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

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

background-color css

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

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

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

border-color css

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

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

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