Html Css Color HEX #519652 Fruit Salad

📋 copy color: '#519652'

red 81 ◦ green 150 ◦ blue 82

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

Shades of Fruit Salad #519652

Tints of Fruit Salad #519652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 25.88%
G = 47.92%
B = 26.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#519652 (or 0x519652) is known color: Fruit Salad. HEX triplet: 51, 96 and 52. RGB value is (81,150,82). Sum of RGB (Red+Green+Blue) = 81+150+82=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #519652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519652 is #AE69AD. Grayscale: #797979. Windows color (decimal): -11430318 or 5412433. OLE color: 5412433.

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

Color convert

RGB 81 150 82 -
CMYK 0.46 0 0.45 0.41
HSL 120.87º 0.3% 0.45% -
HSV(B) 120.87º 0.46% 0.59% -
XYZ 15.82 24.17 11.81 -
YUV 121.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 81 150 82 0.46 0 0.45 0.41 120.87 0.3 0.45
Hex 51 96 52 2E 0 2D 29 79 1E 2D
Octal 121 226 122 56 0 55 51 171 36 55
Binary 1010001 10010110 1010010 101110 0 101101 101001 1111001 11110 101101

Color Harmonies of #519652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519652

Black with #519652

Text Example


Text Example

White with #519652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519652; }

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

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

background-color css

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

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

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

border-color css

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

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

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